Energy StreamItem Method
Retrieves a CAPE-OPEN parameter from the collection by index or name.
Definition
Namespace: DWSIM.UnitOperations.Streams
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
The RealParameter corresponding to the specified index or name.
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.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 the parameter name ("work", "temperatureLow", "temperatureHigh").
Return Value
ObjectThe RealParameter corresponding to the specified index or name.