InterfacePCBIWindowGetJobInfo Method
Get information of job, details of selection, components and repeats.
Namespace: PCBI.Automation.InterfacesAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
void GetJobInfo(
out int countSelectedSignalObjects,
out int countSelectedCMPs,
out bool hasComponentLayers,
out bool hasStepAndRepeat
)
Sub GetJobInfo (
<OutAttribute> ByRef countSelectedSignalObjects As Integer,
<OutAttribute> ByRef countSelectedCMPs As Integer,
<OutAttribute> ByRef hasComponentLayers As Boolean,
<OutAttribute> ByRef hasStepAndRepeat As Boolean
)
void GetJobInfo(
[OutAttribute] int% countSelectedSignalObjects,
[OutAttribute] int% countSelectedCMPs,
[OutAttribute] bool% hasComponentLayers,
[OutAttribute] bool% hasStepAndRepeat
)
abstract GetJobInfo :
countSelectedSignalObjects : int byref *
countSelectedCMPs : int byref *
hasComponentLayers : bool byref *
hasStepAndRepeat : bool byref -> unit
Parameters
- countSelectedSignalObjects Int32
-
- countSelectedCMPs Int32
-
- hasComponentLayers Boolean
-
- hasStepAndRepeat Boolean
-