Share

MEPSystem.GetCriticalPathSectionNumbers Method

Obtains a list of the critical path section numbers.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public IList<int> GetCriticalPathSectionNumbers()

Return Value

IList<Int32>
The section numbers.

Remarks

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

See Also

Reference

Was this information helpful?