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

Parameters

NamesToLower  Boolean
 

Return Value

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

Implements

InterfaceMatrixGetAllLayerNamesAndTypes(Boolean)

See Also