IAttributeRemoveJobAttribute Method

Remove Attribute from Job/Design identified by feature attribute enum.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool RemoveJobAttribute(
	FeatureAttributeEnum AttributeEnum,
	IPCBIWindow Parent
)

Parameters

AttributeEnum  FeatureAttributeEnum
Attribute to identify.
Parent  IPCBIWindow
The job of interest.

Return Value

Boolean
True if the attribute enum was found and the attribute is removed from job attribute list.

See Also