Click or drag to resize

PropertyPackageparameters1 Property

Returns an ICapeCollection interface.

Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.4.5.0
Syntax
public virtual Object parameters1 { get; }
Request Example View Source

Property Value

Object

Return Value

Object
CapeInterface (ICapeCollection)

Implements

ICapeUtilities.parameters
Remarks
This interface will contain a collection of ICapeParameter interfaces. This method allows any client to access all the CO Parameters exposed by a PMC. Initially, this method was only present in the ICapeUnit interface. Since ICapeUtilities.GetParameters is now available for any kind of PMC, ICapeUnit.GetParameters is deprecated. Consult the “Open Interface Specification: Parameter Common Interface” document for more information about parameter. Consult the “Open Interface Specification: Collection Common Interface” document for more information about collection. If the PMC does not support exposing its parameters, it should raise the ECapeNoImpl error, instead of returning a NULL reference or an empty Collection. But if the PMC supports parameters but has for this call no parameters, it should return a valid ICapeCollection reference exposing zero parameters.
See Also