Cape Port Direction 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
[SerializableAttribute]
public enum CapePortDirectionVB
<SerializableAttribute>
Public Enumeration CapePortDirectionRemarks
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_INLET | 0 | Signifies an inlet port to the unit operation. |
| CAPE_OUTLET | 1 | Signifies an outlet port to the unit operation. |
| CAPE_INLET_OUTLET | 2 | Signifies a port that can be either an inlet or an outlet to the unit operation. |