Form FlowsheetCreate Property Package 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
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public IPropertyPackage CreatePropertyPackage(
string name
)VB
Public Function CreatePropertyPackage (
name As String
) As IPropertyPackageParameters
- name String
- The display name of the prototype to clone.