Revit 2025 API
Electrical |
Get all voltage type definitions information of the project.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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