IPCsSelectionArea


Topic:

Properties and methods of IPCsSelectionArea


Class hierarchy:

IPCsApplication IPCsDocument IPCsSelectStatus IPCsSelectionArea


Properties / Methods:

Symbols A list of selected symbols. See more IPCsSymbols
Empty A read-only value (boolean), that tells if the selected area is empty or not
Lines A list of selected lines. See more IPCsLines
Connections A list of selected connections. See more IPCsConnections
Arcs A list of selected circles. See more IPCsArcs
Texts A list of selected texts. See more IPCsTexts
Datafields A list of Datafields. See more IPCsDatafields
SymbolTexts A list of selected SymbolTexts. See more IPCsSymbolTexts


Comments:

Here it's possible to access all items, currently selected with SelectInWindow from (IPCsDocument ).
Before accessing any object, it's recommended to test on the boolean Empty to see if anything is selected.