ICapeUnitPortdirection Property

Returns port direction.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[DispIdAttribute(2)]
CapePortDirection direction { get; }

Property Value

CapePortDirection
The direction of the port.

Remarks

Returns the direction in which the object connected to this port is expected to flow. Allowed values are among those included in the CapePortDirection type.

Exceptions

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

See Also