WireMaterialType.AddTemperatureRatingType
Method
Description:
Add a new temperature rating type into material type.
Add a new temperature rating type into material type.
Syntax
public TemperatureRatingType AddTemperatureRatingType(
string name,
TemperatureRatingType baseOn
)
Parameters
Parameter | Type | Description |
---|---|---|
name | String | Name of temperature type to be added. |
baseOn | TemperatureRatingType | The new temperature rating will be created base on this existing temperature rating type. |
Return Value
Type | Description |
---|---|
TemperatureRatingType | New constructed temperature rating type. |