FabricationServiceSettings.SetFluidTypeAndTemperature
Description:
Sets the fluid type and temperature of the specified service.
Sets the fluid type and temperature of the specified service.
public void SetFluidTypeAndTemperature(
FabricationService service,
ElementId fluidId,
double temperature
)
-
serviceThe fabrication service to be set.
-
fluidIdThe fluid type id.
-
DoubletemperatureThe temperature in Kelvin.
-
fluidId is not a fluid type. -or- The temperature is not defined for the fluidId fluid type.
-
A non-optional argument was null