Override Schematic Types

Anonymous

Override Schematic Types

Anonymous
Not applicable
Hi everyone! I'm new to Revit development environment. I'm trying to enable the 'Override' for 'Analytic Constructions' for all Categories trough the C# Revit API. How can I do it? Thanks.
0 Likes
Reply
502 Views
2 Replies
Replies (2)

jeremytammik
Autodesk
Autodesk

Dear Stefan,

 

Thank you for your query and welcome to the Revit API!

 

In case you are not aware, here are some pointers to getting started material for you:

 

https://thebuildingcoder.typepad.com/blog/about-the-author.html#2

 

I cannot answer your question off-hand, so I have passed that on to the development team for you.

 

Best regards,

 

Jeremy

 

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes

jeremytammik
Autodesk
Autodesk

The development team replied:

 

Yes.

 

You can use the

 

SetBuildingConstructionOverride method

 

for the class:

 

Autodesk.Revit.DB.Mechanical.MEPBuildingConstruction

 

Reference:

 

https://www.revitapidocs.com/2020/de22b639-d4bf-56c2-caee-149e63d8b59c.htm

 



Jeremy Tammik
Developer Technical Services
Autodesk Developer Network, ADN Open
The Building Coder

0 Likes