IMatrixGetAllLayerNamesAndTypes 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
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public Dictionary<string, MatrixLayerType> GetAllLayerNamesAndTypes()

Return Value

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

Implements

InterfaceMatrixGetAllLayerNamesAndTypes

See Also