2022 Class
Changes 2
C

GroundConductorSize

Description:
Represents electrical ground conductor size definition information.
Remarks:
Ground conductor size is defined based on corresponding wire material type.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.APIObject
    Autodesk.Revit.DB.Electrical.GroundConductorSize
Name Return Type Description Inherited From
M Dispose() None Causes the object to release immediately any resources it may be utilizing. APIObject
Name Return Type Description Inherited From
P Ampacity long Get ampacity which is used for specifying size, the unit is ampere.
P ConductorSize string Get conductor size corresponding to specific ampacity.
P MaterialBelongTo WireMaterialType Get the material type which include this ground conductor size information.
P IsReadOnly bool Identifies if the object is read-only or modifiable. APIObject