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.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.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 (); } |