FormFlowsheetCreatePropertyPackage Method

Creates a clone of the named property package prototype and sets its tag; does not register it with the flowsheet.

Definition

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

Parameters

name  String
The display name of the prototype to clone.

Return Value

IPropertyPackage

Implements

IFlowsheetCreatePropertyPackage(String)

See Also