InterfaceMatrixGetAllLayerNamesAndTypes Method

Create a list of all layernames with types. This put all layernames in the keys of the dictionary and the matrix layer types are the values of the dictionary.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
Dictionary<string, MatrixLayerType> GetAllLayerNamesAndTypes()

Return Value

DictionaryString, MatrixLayerType
List with names and types of all layers.

See Also