IPCsSymbols ![]() |
Properties and methods of IPCsSymbols 
IPCsApplication
IPCsDocument
IPCsPage
IPCsSymbols 
IPCsApplication
IPCsDocument
IPCsSelectStatus
IPCsSelectionArea
Symbols
Add ![]() | Adds a symbol to a page. Parameters needed: IPCsLibType . Returns a IPCsSymbol ![]() Syntax:function Add(const LibType: IPCsLibType): IPCsSymbol; |
Item ![]() | Used to access a specific symbol. Parameters needed: an integer. Return type is IPCsSymbol ![]() Syntax:property Item[Index: Integer]: IPCsSymbol |
Count ![]() | Number of symbols on page |
Use Symbols.Item[interger] and Symbols.Count to get that/these items you want.
IPCsSymbols
gives access to all symbols on a page through Item[integer].
IPCsSymbol
is a specific symbol, (which can be selected through IPCsSymbols.Item[integer]