RVTDocs.com

WireMaterialType.RemoveTemperatureRatingType

Method
Description:
Remove an existing temperature rating type from this material type.
Syntax
public void RemoveTemperatureRatingType(
	TemperatureRatingType temperatureRating
)
Parameters
Parameter Type Description
temperatureRating TemperatureRatingType The temperature rating type to be removed.
Return Value
Exceptions
Exception Condition
InvalidOperationException The last temperature rating type of project and any one used by a wire type can't be removed.