IStepGetLayerAttributes Method

Load and get back layer attributes (if unit depending, then mils)

Definition

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

Parameters

LayerName  String
Relevant layer name for the attributes.

Return Value

DictionaryString, String
dictionary of attributes and values of the layer

Implements

InterfaceStepGetLayerAttributes(String)

See Also