| Revit Preview Release API |
| ElectricalSetting..::..WireTypes Property |
| ElectricalSetting Class See Also |
Get all wire type definition information of the project.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Syntax
| C# |
|---|
public WireTypeSet WireTypes { get; } |
| Visual Basic |
|---|
Public ReadOnly Property WireTypes As WireTypeSet Get |
| Visual C++ |
|---|
public: property WireTypeSet^ WireTypes { WireTypeSet^ get (); } |