Add a new kind of wire size type into this temperature rating type.
Namespace: Autodesk.Revit.DB.ElectricalAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
| C# |
|---|
public WireSize AddWireSize(
string size,
long ampacity,
double diameter
) |
| Visual Basic |
|---|
Public Function AddWireSize ( _
size As String, _
ampacity As Long, _
diameter As Double _
) As WireSize |
| Visual C++ |
|---|
public:
WireSize^ AddWireSize(
String^ size,
long long ampacity,
double diameter
) |
Parameters
- size
- Type: System..::..String
Size of wire size.
- ampacity
- Type: System..::..Int64
Ampacity of wire size to be added.
- diameter
- Type: System..::..Double
Diameter of wire size to be added.
Return Value
Constructed wire size type.
See Also