| Revit 2022.1 API |
| ElectricalSetting..::..VoltageTypes Property |
| ElectricalSetting Class See Also |
Get all voltage type definitions information of the project.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Syntax
| C# |
|---|
public VoltageTypeSet VoltageTypes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property VoltageTypes As VoltageTypeSet Get |
| Visual C++ |
|---|
public: property VoltageTypeSet^ VoltageTypes { VoltageTypeSet^ get (); } |