IStepGetLayerAttribute Method

Search for attribute of the relevant layer and return it or give an empty string if it dosn't contain the attribute name.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public string GetLayerAttribute(
	string LayerName,
	string AttributeName
)

Parameters

LayerName  String
relevant layer
AttributeName  String
attribute name of relevant attribut (e.g. .comment)

Return Value

String
value (if unit, then mils) or empty string

Implements

InterfaceStepGetLayerAttribute(String, String)

See Also