Property Packageparameters 1 Property
Returns an ICapeCollection interface.
Definition
Namespace: DWSIM.Thermodynamics.PropertyPackages
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
CapeInterface (ICapeCollection)
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public virtual Object parameters1 { get; }VB
Public Overridable ReadOnly Property parameters1 As Object
GetProperty Value
ObjectReturn Value
ObjectCapeInterface (ICapeCollection)
Implements
ICapeUtilitiesparametersRemarks
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.