Revit 2026 API
Electrical |
Get all voltage type definitions information of the project.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public VoltageTypeSet VoltageTypes { get; }
Public ReadOnly Property VoltageTypes As VoltageTypeSet Get
public: property VoltageTypeSet^ VoltageTypes { VoltageTypeSet^ get (); }
member VoltageTypes : VoltageTypeSet with get
Property Value
VoltageTypeSetSee Also