InterfaceStepSetLayerAttribute Method

Set an layer attribute value, in ODB++ all attributes start with "." and use lower cases.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void SetLayerAttribute(
	string layername,
	string attribute,
	string value
)

Parameters

layername  String
 
attribute  String
 
value  String
 

See Also