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