Revit 2025.3 API
Wire |
Get all ground conductor size types defined in this wire material type.
Namespace: Autodesk.Revit.DB.Electrical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public GroundConductorSizeSet GroundConductorSizes { get; }
Public ReadOnly Property GroundConductorSizes As GroundConductorSizeSet Get
public: property GroundConductorSizeSet^ GroundConductorSizes { GroundConductorSizeSet^ get (); }
member GroundConductorSizes : GroundConductorSizeSet with get
Property Value
GroundConductorSizeSetSee Also