Click or drag to resize

CalculatorGetPropPackInstance Method

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

Namespace: DWSIM.Thermodynamics.CalculatorInterface
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax
[DispIdAttribute(21)]
public PropertyPackage GetPropPackInstance(
	string proppackname
)
Request Example View Source

Parameters

proppackname  String
 

Return Value

PropertyPackage
A Property Package instance.

Implements

Calculator_CalculatorGetPropPackInstance(String)
See Also