ICapeFlowsheetMonitoringOldGetUnitOperationCollection Method

Get the collection of unit operations.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(2)]
Object GetUnitOperationCollection()

Return Value

Object
An ICapeCollection of streams.

Remarks

Get the collection of unit operations returns an ICapeCollection object enumerating unit operations each unit operation is identified via ICapeIdentification unit operations also expose ICapeUnit, and possibly ICapeUtilities (for parameter access)

See Also