RVTDocs.com

FluidType.AddTemperature

Method
Description:
Adds a fluid temperature to the set.
Syntax
public void AddTemperature(
	FluidTemperature fluidTemperature
)
Parameters
Parameter Type Description
fluidTemperature FluidTemperature The fluid temperature being inserted.
Return Value
Exceptions
Exception Condition
ArgumentException Thrown if the temperature that will be added already exists in the fluid type.
ArgumentNullException A non-optional argument was null