ICapeUnitports 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)
[DispIdAttribute(1)]
Object ports { get; }

Property Value

Object
The port collection of the unit operation.

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