PipingSystemTypeFluidTemperature Property |
Fluid Temperature, in Kelvin.
Namespace: Autodesk.Revit.DB.PlumbingAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic double FluidTemperature { get; set; }
Public Property FluidTemperature As Double
Get
Set
public:
property double FluidTemperature {
double get ();
void set (double value);
}
member FluidTemperature : float with get, set
Property Value
Double
ExceptionsException | Condition |
---|
ArgumentException |
When setting this property: The given value for fluidTemperature is not finite
|
Remarks
Setter will choose the closest available temperature in settings.
See Also