| Revit 2019.2 API |
| MEPSystem..::..GetSectionByNumber Method |
| MEPSystem Class See Also |
Get the Section from section number
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.2.0.66)
Since:
2013
Syntax
| C# |
|---|
public MEPSection GetSectionByNumber( int sectionNumber ) |
| Visual Basic |
|---|
Public Function GetSectionByNumber ( _ sectionNumber As Integer _ ) As MEPSection |
| Visual C++ |
|---|
public: MEPSection^ GetSectionByNumber( int sectionNumber ) |
Parameters
- sectionNumber
- Type: System..::..Int32
The Section number.