Share

FluidType.RemoveTemperature Method

Removes a fluid temperature via the temperature value from the set.


Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public void RemoveTemperature(
	double temperature
)

Parameters

temperature  Double
The temperature value.

Exceptions

ExceptionCondition
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.

See Also

Reference

Was this information helpful?