UnitOperationWrapperports Property

Gets the collection of unit operation ports.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public Object ports { get; }

Property Value

Object
The UnitPort collection of the unit operation.

Implements

ICapeUnitports

Remarks

Return an interface to a collection containing the list of unit ports (e.g. ).

Return the collection of unit ports (i.e. ICapeUnitCollection). These are delivered as a collection of elements exposing the interfaces

Exceptions

ECapeUnknownThe error to be raised when other error(s), specified for this operation, are not suitable.
ECapeFailedInitialisationECapeFailedInitialisation
ECapeBadInvOrderECapeBadInvOrder

See Also