Revit 2023 API |
MEPSystem..::..GetCriticalPathSectionNumbers Method |
MEPSystem Class See Also |
Obtains a list of the critical path section numbers.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2013
Syntax
C# |
---|
public IList<int> GetCriticalPathSectionNumbers() |
Visual Basic |
---|
Public Function GetCriticalPathSectionNumbers As IList(Of Integer) |
Visual C++ |
---|
public: IList<int>^ GetCriticalPathSectionNumbers() |
Return Value
The section numbers.
Remarks
The section numbers are returned in order in the direction of flow.