EbsOpen Class Library for EBSILON®Professional

ThermoliquidExtension.LoadDefaultSpecification Method 

[Visual Basic]
Public Sub LoadDefaultSpecification( _ 
   Optional ByVal ForThermoLiquidType As EpThermoLiquidType = epThermoLiquidTypeNone _ 
)
[C#]
public void LoadDefaultSpecification(
   EpThermoLiquidType ForThermoLiquidType
);
[C++]
public: void LoadDefaultSpecification(
   EpThermoLiquidType ForThermoLiquidType
);
[JScript]
public function LoadDefaultSpecification(
   EpThermoLiquidType ForThermoLiquidType
);

Remarks

Loads the coefficients for the current set thermoliquid-type (or the specified type) as user-defined data.

See Also

ThermoliquidExtension Class | EbsOpen Namespace