Revit 2026 API
Electrical |
Get all wire type definition 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 WireTypeSet WireTypes { get; }
Public ReadOnly Property WireTypes As WireTypeSet Get
public: property WireTypeSet^ WireTypes { WireTypeSet^ get (); }
member WireTypes : WireTypeSet with get
Property Value
WireTypeSetSee Also