IStepGetLoadedLayerList Method

Get all layers, which are already loaded by the user at this time

Definition

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

Return Value

ListILayer
List of all loaded layers.

See Also