The number of straight segments in this shape.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public int NumberOfSegments { get; } |
Visual Basic |
---|
Public ReadOnly Property NumberOfSegments As Integer Get |
Visual C++ |
---|
public: property int NumberOfSegments { int get (); } |