| Revit Preview Release API |
| FluidType..::..RemoveTemperature Method |
| FluidType Class See Also |
Removes a fluid temperature via the temperature value from the set.
Namespace: Autodesk.Revit.DB.Plumbing
Assembly: RevitAPI (in RevitAPI.dll) Version: 19.0.0.0 (19.0.0.405)
Since:
2013
Syntax
| C# |
|---|
public void RemoveTemperature( double temperature ) |
| Visual Basic |
|---|
Public Sub RemoveTemperature ( _ temperature As Double _ ) |
| Visual C++ |
|---|
public: void RemoveTemperature( double temperature ) |
Parameters
- temperature
- Type: System..::..Double
The temperature value.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..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. |