Cape Unit BasePorts 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)
The port collection of the unit operation.
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public PortCollection Ports { get; }VB
<TypeConverterAttribute(GetType(ExpandableObjectConverter))>
Public ReadOnly Property Ports As PortCollection
GetProperty Value
PortCollectionThe 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
| ECapeUnknown | The error to be raised when other error(s), specified for this operation, are not suitable. |
| ECapeFailedInitialisation | ECapeFailedInitialisation |
| ECapeBadInvOrder | ECapeBadInvOrder |