Revit api StairsEditScope example Problem
I want to try the example from https://www.revitapidocs.com/2023/47e4576e-4b01-ed1f-6dc1-885b6780aa07.htm. I’ll use my own method to find the bottomLevel and topLevel, and then input them into the example.
ParameterType inaccessible error when upgrading from 2020 to 2023
I’m working on upgrading a project from Revit 2020 to Revit 2023, and I’m encountering this error:
“‘ParameterType’ is inaccessible due to its protection level”
ParameterType inaccessible error when upgrading from 2020 to 2023
I’m working on upgrading a project from Revit 2020 to Revit 2023, and I’m encountering this error:
“‘ParameterType’ is inaccessible due to its protection level”
ParameterType inaccessible error when upgrading from 2020 to 2023
I’m working on upgrading a project from Revit 2020 to Revit 2023, and I’m encountering this error:
“‘ParameterType’ is inaccessible due to its protection level”
ParameterType inaccessible error when upgrading from 2020 to 2023
I’m working on upgrading a project from Revit 2020 to Revit 2023, and I’m encountering this error:
“‘ParameterType’ is inaccessible due to its protection level”
Autodesk Revit Room Name Spell Check
I am trying to implement a spell check for room names in Autodesk Revit using the LanguageTool API. However, Revit freezes as soon as I run the script. It seems like the problem starts when executing the following part of the code.
Add new parameters to all rooms via Revit API
I need to add new parameters to all rooms in a project.
I can’t figure this out, any help is most appreciated. Here’s where I am: