InterfaceMatrixGetAllLayerNamesAndTypes(Boolean) 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(
	bool namesToLower
)

Parameters

namesToLower  Boolean
 

Return Value

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

See Also