Obtains a list of the critical path section numbers.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
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