Revit 2023 API |
MEPSection..::..Number Property |
MEPSection Class See Also |
The Section number.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public int Number { get; } |
Visual Basic |
---|
Public ReadOnly Property Number As Integer Get |
Visual C++ |
---|
public: property int Number { int get (); } |