Revit 2025.3 API
Distribution |
Get or set line to line voltage type of distribution system type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public VoltageType VoltageLineToLine { get; set; }
Public Property VoltageLineToLine As VoltageType Get Set
public: property VoltageType^ VoltageLineToLine { VoltageType^ get (); void set (VoltageType^ value); }
member VoltageLineToLine : 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