Form FlowsheetGet Property Package 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
Assembly: DWSIM (in DWSIM.exe) Version: 10.0.9588.16093
C#
public IPropertyPackage GetPropertyPackage(
string name
)VB
Public Function GetPropertyPackage (
name As String
) As IPropertyPackageParameters
- name String
- The user-visible tag of the property package.