IPCBIWindowGetJobInfo Method

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

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public void GetJobInfo(
	out int CountSelectedSignalObjects,
	out int CountSelectedCMPs,
	out bool HasComponentLayers,
	out bool HasStepAndRepeat
)

Parameters

CountSelectedSignalObjects  Int32
Count selected elements on all signal and ODB layers.
CountSelectedCMPs  Int32
Count selected components on both component layers.
HasComponentLayers  Boolean
Is there minimum one component layer available?
HasStepAndRepeat  Boolean
Is this step a root step or contains other steps?

Implements

InterfacePCBIWindowGetJobInfo(Int32, Int32, Boolean, Boolean)

See Also