Revit 2026 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: 26.0.4.0 (26.0.4.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