IPCsLayers ![]() |
Properties and methods of IPCsLayers 
IPCsApplication
IPCsDocument
IPCsDrawing
IPCsLayers 
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 |
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]