FabricationServiceSettings.GetFluidTemperature
Method
Description:
Gets the fluid temperature of the specified service.
Gets the fluid temperature of the specified service.
Parameters
Parameter | Type | Description |
---|---|---|
service | FabricationService | The service to lookup. |
Return Value
Type | Description |
---|---|
Double | The temperature in Kelvin. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | service is not mapped to a fluid type and temperature. |
ArgumentNullException | A non-optional argument was null |