IAttributeSetJobAttribute Method

Add or replace job attribute. If the attribute already exists it will be changed, if it is a new one it will be added to the attribute list of the design.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static void SetJobAttribute(
	IAttributeElement Attribute,
	IPCBIWindow Parent
)

Parameters

Attribute  IAttributeElement
The relevant attribute.
Parent  IPCBIWindow
The container with loaded relevant design.

See Also