RVTDocs.com

FluidType.RemoveTemperature

Method
Description:
Removes a fluid temperature via the temperature value from the set.
Syntax
public void RemoveTemperature(
	double temperature
)
Parameters
Parameter Type Description
temperature Double The temperature value.
Return Value
Exceptions
Exception Condition
ArgumentException Thrown if the temperature that will be removed doesn't exist in the fluid type or the temperature that will be removed is in use.