Click or drag to resize

IFlowsheetCreateAndAddPropertyPackage Method

Creates and adds a Property Package to the flowsheet.

Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 8.4.5.0
Syntax
IPropertyPackage CreateAndAddPropertyPackage(
	string name
)
Request Example View Source

Parameters

name  String
Name of the Property Package as returned by GetAvailablePropertyPackages.

Return Value

IPropertyPackage
See Also