| Revit 2022.1 API |
| MEPSection..::..Number Property |
| MEPSection Class See Also |
The Section number.
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.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 (); } |