IAttributeSetStepAttribute 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 static void SetStepAttribute(
	IStep step,
	IAttributeElement Attribute,
	IPCBIWindow Parent
)

Parameters

step  IStep
The relevant step to add attribute.
Attribute  IAttributeElement
The new attribute to add or overwrite old values.
Parent  IPCBIWindow
Main window to handle user attributes.

See Also