Cape Port Type Enumeration
The type of objects or information that can flow into the unit operation from
the connected object.
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 CapePortTypeVB
<SerializableAttribute>
Public Enumeration CapePortTypeRemarks
This enumeration provide the flowsheeting tool with information related to the type of the port, that is, whether the unit operation uses the object attaches to the port as a
material, information, or 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_MATERIAL | 0 | Indicates that a material flow is expected through this port to the unit operation. |
| CAPE_ENERGY | 1 | Indicates that an energy flow is expected through this port to the unit operation. |
| CAPE_INFORMATION | 2 | Indicates that an information flow is expected through this port to the unit operation. |
| CAPE_ANY | 3 | Indicates that either material, energy, or information can flow through this port to the unit operation. |