InterfaceStepGetLayerAttributes Method

Load and get back layer attributes.

Definition

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

Parameters

layername  String
 

Return Value

DictionaryString, String
dictionary of attributes and values of the layer

See Also