InterfaceStepGetVisibleLayerList Method

Get all visible layers (there are differnece between active layers and visible layers, you can test this by clickling the checkbox in the layerlist).

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<ILayer> GetVisibleLayerList()

Return Value

ListILayer
List of visible layers.

See Also