CalculatorGetPropPackInstance Method

Returns a Property Package instance that can be reused on multiple function calls.

Definition

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
[DispIdAttribute(21)]
public PropertyPackage GetPropPackInstance(
	string proppackname
)

Parameters

proppackname  String
 

Return Value

PropertyPackage
A Property Package instance.

Implements

Calculator_CalculatorGetPropPackInstance(String)

See Also