RVTDocs.com

TemperatureRatingType.RemoveInsulationType

Method
Description:
Remove an existing insulation type from this temperature rating type.
Syntax
public void RemoveInsulationType(
	InsulationType insulationType
)
Parameters
Parameter Type Description
insulationType InsulationType Insulation type to be removed.
Return Value
Exceptions
Exception Condition
InvalidOperationException The last one insulation type of project and any one which is in use by a wire type can't be removed.