x4Trace Documentation v1.0
Loading...
Searching...
No Matches
FlowLib.Engine.ConnectionDescriptor Class Reference

Represents a descriptor of connection. More...

Public Member Functions

 ConnectionDescriptor ()
 Constructor.
 

Properties

int SourceBlockID [get, set]
 ID of the source block.
 
int SourceBlockPortNumber [get, set]
 Port number of the source block.
 
int DestenationBlockID [get, set]
 ID of the destination block.
 
int DestenationBlockPortNumber [get, set]
 Port number of the destination block.
 
List< PointConnectionPointList [get]
 Coodrinade of point of the GUI line.
 

Private Attributes

int sourceBlockID = 0
 ID of the source block.
 
int sourceBlockPortNumber = 0
 Port number of the source block.
 
int destenationBlockID = 0
 ID of the destination block.
 
int destenationBlockPortNumber = 0
 Port number of the destination block.
 
List< PointconnectionPointList
 Coodrinade of point of the GUI line.
 

Detailed Description

Represents a descriptor of connection.


The documentation for this class was generated from the following file: