CapePortDirection Enumeration

The direction that objects or information connected to the port is expected to flow (e.g. material, energy or information objects).

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
[SerializableAttribute]
public enum CapePortDirection

Remarks

This enumeration provide the flowsheeting tool with information related to the direction of the port, that is, whether the port take in material, information, or energy; or outputs a material, information of energy. This can be used to by the flowsheet to aid in the selection of the port to which to attach the material, information or energy object.

Members

CAPE_INLET0 Signifies an inlet port to the unit operation.
CAPE_OUTLET1 Signifies an outlet port to the unit operation.
CAPE_INLET_OUTLET2 Signifies a port that can be either an inlet or an outlet to the unit operation.

See Also