InterfaceStepGetActiveLayerList 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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
List<ILayer> GetActiveLayerList()

Return Value

ListILayer
List of all active layers.

See Also