IPCsConnections


Topic:

Properties and methods of IPCsConnections


Class hierarchy:

IPCsApplication IPCsDocument IPCsPage IPCsSymbol IPCsConnections
IPCsApplication IPCsDocument IPCsSelectStatus IPCsSelectionArea Connections


Properties / Methods:

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


Comments:

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]