Add a new kind of wire size type into this temperature rating type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public WireSize AddWireSize(
string size,
long ampacity,
double diameter
)
Parameters
- size String
- Size of wire size.
- ampacity Int64
- Ampacity of wire size to be added.
- diameter Double
- Diameter of wire size to be added.
Return Value
WireSizeConstructed wire size type.
See Also
Reference