FlowsheetBaseAddPropertyPackage 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
public void AddPropertyPackage(
	IPropertyPackage obj
)

Parameters

obj  IPropertyPackage
The property package to add.

Implements

IFlowsheetAddPropertyPackage(IPropertyPackage)

See Also