RVTDocs.com

TemperatureRatingType.AddWireSize

Method
Description:
Add a new kind of wire size type into this temperature rating type.
Syntax
public WireSize AddWireSize(
	string size,
	long ampacity,
	double diameter
)
Parameters
Parameter Type Description
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
Type Description
WireSize Constructed wire size type.