psListType


Topic:

Definition of type psListType


Class hierarchy:

psListType (TOleEnum)


Const

ltNone No list
ltIndex Table of contents. A list of pages in the project
ltPart Parts list. A list of "how many" of each article no. in the project
ltComp Components list. A list of each component in the project
ltTerm Terminal list. A list of all symbols with psSymbolType = st_Terminal in the project. Terminal connections must be psIOStatusMainType = mt_Input or mt_Output and have psIOStatusExtension = io_Term to be available in the list.
ltCable Cable list. A list of all symbols with psSymbolType = st_Cable in the project
ltPLC Plc list. A list of all symbols with psSymbolType = st_Plc in the project. Plc connections must be psIOStatusMainType = mt_Input or mt_Output and have psIOStatusExtension = io_PLC to be available in the list
ltNet A list of all nets in the project, meaning a list of connections seen from connection point to connection point, through cables and wires
ltConns A list of all connection points in the project

Comments:

The 9 different type of ListTypes that exist in Automation.
Depending on what kind of call, that is made when creating an IPCsList , it can always be determined what kind of List it is.

See example with sourcecode here