FluidType.AddTemperature
Method
Description:
Adds a fluid temperature to the set.
Adds a fluid temperature to the set.
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 |