Revit 2026 API
Distribution |
Get or set line to ground voltage of distribution system type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public VoltageType VoltageLineToGround { get; set; }
Public Property VoltageLineToGround As VoltageType Get Set
public: property VoltageType^ VoltageLineToGround { VoltageType^ get (); void set (VoltageType^ value); }
member VoltageLineToGround : VoltageType with get, set
Property Value
VoltageType
Exception | Condition |
---|---|
InvalidOperationException | The voltage retrieved here is read only and actions to modify its properties it will throw an System.InvalidOperationException. |
See Also