EnergyStreamItem 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
public Object Item(
	Object index
)

Parameters

index  Object
A 1-based integer index or the parameter name ("work", "temperatureLow", "temperatureHigh").

Return Value

Object
The RealParameter corresponding to the specified index or name.

Implements

ICapeCollectionItem(Object)

See Also