ElectricalSystemGroundConductorSize Property |
The size of a Ground Conductor in the Electrical System.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic ElementId GroundConductorSize { get; }
Public ReadOnly Property GroundConductorSize As ElementId
Get
public:
property ElementId^ GroundConductorSize {
ElementId^ get ();
}
member GroundConductorSize : ElementId with get
Property Value
ElementId
Exceptions
Remarks
Each Ground Conductor has the same size in the Electrical System.
See Also