IPCsLibTypeConnections ![]() |
Properties and methods of IPCsLibTypeConnections 
IPCsApplication
IPCsDocument
IPCsPage
IPCsSymbol
IPCsLibType
IPCsConnections
IPCsLibTypeConnections
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 LibType.Connections.Item[integer] and LibType.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]