Revit 2025.3 API
Electrical |
Get all wire type definition information of the project.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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