IPCsLayers


Topic:

Properties and methods of IPCsLayers


Class hierarchy:

IPCsApplication IPCsDocument IPCsDrawing IPCsLayers


Properties / Methods:

Count Number of layers in a project. It is allways 255
Item Used to access a specific Layer. Parameters needed: an integer. Return type is IPCsLayer
Syntax:
property Item[Index: Integer]: IPCsLayer


Comments:

Use Layers.Item[interger] and Layers.Count to get that/these items you want.
IPCsLayers gives access to all layers in a project through Item[integer].
IPCsLayer is a specific layer, (which can be selected through IPCsLayers.Item[integer]