Revit 2026 API
MEPSystemGet |
Obtains a list of the critical path section numbers.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IList<int> GetCriticalPathSectionNumbers()
Public Function GetCriticalPathSectionNumbers As IList(Of Integer)
public: IList<int>^ GetCriticalPathSectionNumbers()
member GetCriticalPathSectionNumbers : unit -> IList<int>
Return Value
IListInt32The section numbers.

The section numbers are returned in order in the direction of flow.
See Also