Revit 2022.1 API |
FabricationRodInfo..::..RodCount Property |
FabricationRodInfo Class See Also |
Gets the number of rods.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2016
Syntax
C# |
---|
public int RodCount { get; } |
Visual Basic |
---|
Public ReadOnly Property RodCount As Integer Get |
Visual C++ |
---|
public: property int RodCount { int get (); } |