CapePortType 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)
[SerializableAttribute]
public enum CapePortType

Remarks

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_MATERIAL0 Indicates that a material flow is expected through this port to the unit operation.
CAPE_ENERGY1 Indicates that an energy flow is expected through this port to the unit operation.
CAPE_INFORMATION2 Indicates that an information flow is expected through this port to the unit operation.
CAPE_ANY3 Indicates that either material, energy, or information can flow through this port to the unit operation.

See Also