Revit 2026 API
Electrical |
The size of a Neutral Conductor in the Electrical System.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ElementId NeutralConductorSize { get; }
Public ReadOnly Property NeutralConductorSize As ElementId Get
public: property ElementId^ NeutralConductorSize { ElementId^ get (); }
member NeutralConductorSize : ElementId with get
Property Value
ElementId| Exception | Condition |
|---|---|
| InvalidOperationException | This property only available when System Type is Power! |
Each Neutral Conductor has the same size in the Electrical System.
See Also