FormFlowsheetGetPropertyPackage Method

Returns the property package whose tag matches the specified name, or Nothing.

Definition

Namespace: DWSIM
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
public IPropertyPackage GetPropertyPackage(
	string name
)

Parameters

name  String
The user-visible tag of the property package.

Return Value

IPropertyPackage

Implements

IFlowsheetGetPropertyPackage(String)

See Also