public void SetFluidTypeAndTemperature( FabricationService service, ElementId fluidId, double temperature )
| Exception | Condition |
|---|---|
| ArgumentException | fluidId is not a fluid type. -or- The temperature is not defined for the fluidId fluid type. |
| ArgumentNullException | A non-optional argument was null |