IPCsConnection ![]() |
Properties and methods of IPCsConnection 
IPCsApplication
IPCsDocument
IPCsPage
IPCsSymbol
IPCsConnections
IPCsConnection 
IPCsApplication
IPCsDocument
IPCsSelectStatus
SelectedConnection 
IPCsApplication
IPCsDocument
IPCsSelectStatus
IPCsSelectionArea
IPCsConnections
IPCsConnection
Delete ![]() | Deletes the connection |
IOStatus ![]() | Indicates the status of the connection (Input/Output). See more about TPCsIOStatus ![]() |
ConnectionTexts ![]() | See more IPCsConnectionTexts ![]() |
PinName ![]() | The name of the connectionpoint |
GetPosition ![]() | Gets x,y,z from a connectionpoint on a symbol. Parameters needed: 3 integers Syntax:procedure GetPosition(out X: Integer; out Y: Integer; out Z: Integer); |
SetPosition ![]() | Sets x,y,z from a connectionpoint on a symbol. Parameters needed: 3 integers Syntax:procedure SetPosition(X: Integer; Y: Integer; Z: Integer); |
Handle ![]() | A unique handle to the symbols connectionpoint |
| Reference | The connection's reference. See IPCsReference. |
| WithReference | Indicates wheather the connection has a reference. |
Use Connections.Item[interger] and Connections.Count to get that/these items you want.
IPCsConnections
gives access to all connection on a symbol through Item[integer].
IPCsConnection
is a specific connection, (which can be selected through IPCsConnections.Item[integer]