IPCsConnections ![]() |
Properties and methods of IPCsConnections 
IPCsApplication
IPCsDocument
IPCsPage
IPCsSymbol
IPCsConnections 
IPCsApplication
IPCsDocument
IPCsSelectStatus
IPCsSelectionArea
Connections
Item ![]() | Used to access a specific connection. Parameters needed: an integer. Return type is IPCsConnection ![]() Syntax:property Item[Index: Integer]: IPCsConnection; |
Count ![]() | Number of connections on a symbol |
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]