InterfaceStepGetLayerAttribute 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.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
string GetLayerAttribute(
	string layername,
	string attributeName
)

Parameters

layername  String
 
attributeName  String
 

Return Value

String
value or empty string

See Also