InterfacePCBIWindowGetJobInfo Method

Get information of job, details of selection, components and repeats.

Definition

Namespace: PCBI.Automation.Interfaces
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
void GetJobInfo(
	out int countSelectedSignalObjects,
	out int countSelectedCMPs,
	out bool hasComponentLayers,
	out bool hasStepAndRepeat
)

Parameters

countSelectedSignalObjects  Int32
 
countSelectedCMPs  Int32
 
hasComponentLayers  Boolean
 
hasStepAndRepeat  Boolean
 

See Also