IStepAddStepAttribute Method

Add attribute to current step (if unit depending, then mils)

Definition

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

Parameters

attribute  String
name of attribute starts with "."
value  String
value of relevant attribute

Implements

InterfaceStepAddStepAttribute(String, String)

See Also