GroundConductorSize
Description:
Represents electrical ground conductor size definition information.
Represents electrical ground conductor size definition information.
Remarks:
Ground conductor size is defined based on corresponding wire material type.
Ground conductor size is defined based on corresponding wire material type.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.Electrical.GroundConductorSize
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.Electrical.GroundConductorSize
public class GroundConductorSize : APIObject
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Ampacity | long | Get ampacity which is used for specifying size, the unit is ampere. | |
| ConductorSize | string | Get conductor size corresponding to specific ampacity. | |
| MaterialBelongTo | WireMaterialType | Get the material type which include this ground conductor size information. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |