IAttributeGetJobAttribute Method

Get a single attribute element to check the value e.g. you need the customer name or board thickness

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static IAttributeElement GetJobAttribute(
	IPCBIWindow Parent,
	FeatureAttributeEnum SearchedAttribute
)

Parameters

Parent  IPCBIWindow
The container with loaded relevant design.
SearchedAttribute  FeatureAttributeEnum
To identify the searched attribute.

Return Value

IAttributeElement
Null or if found the searched attribute.

See Also