Reaction SetItem Method
Returns the parameter at the specified index or with the specified name from the CAPE-OPEN parameter collection.
Definition
Namespace: DWSIM.Thermodynamics.BaseClasses
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
The matching parameter object.
Assembly: DWSIM.Thermodynamics (in DWSIM.Thermodynamics.dll) Version: 10.0.0.0
C#
public Object Item(
Object index
)VB
Public Function Item (
index As Object
) As ObjectParameters
- index Object
- A 1-based integer index or a string parameter name.
Return Value
ObjectThe matching parameter object.