InterfaceStepAddStepAttribute Method

Add attribute to current step.

Definition

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

Parameters

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

See Also