Revit 2025.3 API
Electrical |
Get electrical conduit types 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 WireConduitTypeSet WireConduitTypes { get; }
Public ReadOnly Property WireConduitTypes As WireConduitTypeSet Get
public: property WireConduitTypeSet^ WireConduitTypes { WireConduitTypeSet^ get (); }
member WireConduitTypes : WireConduitTypeSet with get
Property Value
WireConduitTypeSetSee Also