FormFlowsheetCreateAndAddPropertyPackage Method

Creates a clone of the named property package prototype, registers it with the flowsheet, and returns it.

Definition

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

Parameters

name  String
The display name of the prototype to clone.

Return Value

IPropertyPackage

Implements

IFlowsheetCreateAndAddPropertyPackage(String)

See Also