IStepGetVisibleLayerList 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
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public List<ILayer> GetVisibleLayerList()

Return Value

ListILayer
List of visible layers.

Implements

InterfaceStepGetVisibleLayerList

See Also