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

Parameters

index  Object
A 1-based integer index or a string parameter name.

Return Value

Object
The matching parameter object.

Implements

ICapeCollectionItem(Object)

See Also