IStepSetLayerAttribute(String, String, String) Method

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

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void SetLayerAttribute(
	string LayerName,
	string Attribute,
	string Value
)

Parameters

LayerName  String
Relevant layer name.
Attribute  String
The name of odb attribtue starts with .(point) and use lower cases.
Value  String
Value of odb attribute (if unit, then mils)

Implements

InterfaceStepSetLayerAttribute(String, String, String)

See Also