IStepGetActiveLayerList Method

Get all active layers, contains not visible layers. It's possible to check the layers in layerlist without drawing them (e.g. for using to calculate distances without showing all elements).

Definition

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

Return Value

ListILayer
List of all active layers.

Implements

InterfaceStepGetActiveLayerList

See Also