WireSize
Description:
Represents specific electrical wire size information.
Represents specific electrical wire size information.
Remarks:
Wire size is defined based on corresponding wire material type and temperature rating type.
Wire size is defined based on corresponding wire material type and temperature rating type.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.Electrical.WireSize
System.Object
Autodesk.Revit.DB.APIObject
Autodesk.Revit.DB.Electrical.WireSize
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Ampacity | long | Get ampacity which be used for specifying size, the unit is ampere. | |
| Diameter | double | Get diameter of wire. | |
| InUse | bool | Get or set whether the size can be used in sizing. | |
| Size | string | Get size symbol of wire. | |
| IsReadOnly | bool | Identifies if the object is read-only or modifiable. | APIObject |