UnitPort Constructor

Initializes a new instance of the UnitPort class.

Definition

Namespace: CapeOpen
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
public UnitPort(
	string Name,
	string Description,
	CapePortDirection Direction,
	CapePortType Type
)

Parameters

Name  String
ComponentName of the UnitPort.
Description  String
ComponentDescription of the UnitPort.
Direction  CapePortDirection
CapePortDirection of the UnitPort
Type  CapePortType
CapePortType of the UnitPort

See Also