Unit Port 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)
Assembly: CapeOpen (in CapeOpen.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public UnitPort(
string Name,
string Description,
CapePortDirection Direction,
CapePortType Type
)VB
Public Sub New (
Name As String,
Description As String,
Direction As CapePortDirection,
Type As CapePortType
)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