IAttributeGetAllJobAttributes Method

Get all job attributes for currect loaded design in window.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static List<IAttributeElement> GetAllJobAttributes(
	IPCBIWindow window
)

Parameters

window  IPCBIWindow
The container with loaded relevant design.

Return Value

ListIAttributeElement
List of all attributes for this design.

See Also