Get all ground conductor size types defined in this wire material type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Syntax
C# |
---|
public GroundConductorSizeSet GroundConductorSizes { get; } |
Visual Basic |
---|
Public ReadOnly Property GroundConductorSizes As GroundConductorSizeSet Get |
Visual C++ |
---|
public: property GroundConductorSizeSet^ GroundConductorSizes { GroundConductorSizeSet^ get (); } |