PropertyPackageparameters1 Property |
Returns an ICapeCollection interface.
Namespace: DWSIM.Thermodynamics.PropertyPackagesAssembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 8.8.1.0
Syntax public virtual Object parameters1 { get; }
Public Overridable ReadOnly Property parameters1 As Object
Get
Request Example
View SourceProperty Value
ObjectReturn Value
ObjectCapeInterface (ICapeCollection)
Implements
ICapeUtilities.parametersRemarks 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