Share

FabricationServiceSettings.GetFluidTemperature Method

Gets the fluid temperature of the specified service.


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

Syntax

C#

public double GetFluidTemperature(
	FabricationService service
)

Parameters

service  FabricationService
The service to lookup.

Return Value

Double
The temperature in Kelvin.

Exceptions

ExceptionCondition
ArgumentException service is not mapped to a fluid type and temperature.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?