Revit 2026 API
Electrical |
Checks whether the electrical system circuit path has been customized. If not, the property CircuitPathMode cannot be set as Custom explicitly.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool HasCustomCircuitPath { get; }
Public ReadOnly Property HasCustomCircuitPath As Boolean Get
public: property bool HasCustomCircuitPath { bool get (); }
member HasCustomCircuitPath : bool with get
Property Value
BooleanSee Also