IPCsLibTypeConnections


Topic:

Properties and methods of IPCsLibTypeConnections


Class hierarchy:

IPCsApplication IPCsDocument IPCsPage IPCsSymbol IPCsLibType IPCsConnections IPCsLibTypeConnections


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 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]