MEPNetworkSegmentData.IsCriticalPath Property

MEPNetworkSegmentDataIsCriticalPath Property

Verifies if the segment is on the critical path.

Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsCriticalPath { get; }
Public ReadOnly Property IsCriticalPath As Boolean
	Get
public:
property bool IsCriticalPath {
	bool get ();
}
member IsCriticalPath : bool with get

Property Value

Boolean
See Also