retrieve properties of element

retrieve properties of element

Anonymous
Not applicable
451 Views
3 Replies
Message 1 of 4

retrieve properties of element

Anonymous
Not applicable

I want to retrieve property of structural framing. How I retrieve it? I want its cut length, volume,area and length using c# code

0 Likes
452 Views
3 Replies
Replies (3)
Message 2 of 4

Aaron.Lu
Autodesk
Autodesk
Element.GetOrderedParameters()
or Element.get_Parameter(string)
or Element.get_Parameter(BuiltInParameter)

Tips:

use RevitLookup tool to spy the objects inside Revit, you will get the idea.
download RevitSDK to learn from Revit addon sample code.


Aaron Lu
Developer Technical Services
Autodesk Developer Network
0 Likes
Message 3 of 4

Anonymous
Not applicable

If I want to resize the cut length of the structural framing,How I do this? My target is to make structural framing cut length and Length is equal.

0 Likes
Message 4 of 4

Aaron.Lu
Autodesk
Autodesk
0 Likes