IAttributeGetLayerAttributes Method

Load and get back layer attributes.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static List<IAttributeElement> GetLayerAttributes(
	string LayerName,
	IStep Step,
	IPCBIWindow Parent
)

Parameters

LayerName  String
Relevant layer name for the attributes.
Step  IStep
The parent step from this layer.
Parent  IPCBIWindow
The current parent to manage user attributes.

Return Value

ListIAttributeElement
dictionary of attributes and values of the layer

See Also