Revit 2025.3 API
Electrical |
Whether the circuit path has a valid offset.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool HasPathOffset { get; }
Public ReadOnly Property HasPathOffset As Boolean Get
public: property bool HasPathOffset { bool get (); }
member HasPathOffset : bool with get
Property Value
Boolean
Circuit path of AllDevices and Custom mode may not have valid offset if the horizontal segments of the path are not at the same height.
See Also