CapeUnitBasePorts 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)
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public PortCollection Ports { get; }

Property Value

PortCollection
The port collection of the unit operation.

Remarks

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

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

Exceptions

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

See Also