WireMaterialType.GroundConductorSizes Property

WireMaterialTypeGroundConductorSizes Property

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

GroundConductorSizeSet
See Also