IStepSetLayerAttribute(String, String, String, Boolean) 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,
	bool FireEvent
)

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)
FireEvent  Boolean
Fire layer height changed event.

See Also