Flowsheet BaseAdd Property Package Method
Registers a property package with the flowsheet, assigning a unique ID and tag if not already set.
Definition
Namespace: DWSIM.FlowsheetBase
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
Assembly: DWSIM.FlowsheetBase (in DWSIM.FlowsheetBase.dll) Version: 10.0.0.0
C#
public void AddPropertyPackage(
IPropertyPackage obj
)VB
Public Sub AddPropertyPackage (
obj As IPropertyPackage
)Parameters
- obj IPropertyPackage
- The property package to add.