Revit 2022.1 API |
ElectricalSystem..::..HasCustomCircuitPath Property |
ElectricalSystem Class See Also |
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: 22.0.0.0 (22.1.1.0)
Since:
2018
Syntax
C# |
---|
public bool HasCustomCircuitPath { get; } |
Visual Basic |
---|
Public ReadOnly Property HasCustomCircuitPath As Boolean Get |
Visual C++ |
---|
public: property bool HasCustomCircuitPath { bool get (); } |