IPCBIWindowGetJobInfo Method
Get information of job, details of selection, components and repeats.
Namespace: PCBI.AutomationAssembly: PCB-Investigator (in PCB-Investigator.exe) Version: 16
public void GetJobInfo(
out int CountSelectedSignalObjects,
out int CountSelectedCMPs,
out bool HasComponentLayers,
out bool HasStepAndRepeat
)
Public Sub GetJobInfo (
<OutAttribute> ByRef CountSelectedSignalObjects As Integer,
<OutAttribute> ByRef CountSelectedCMPs As Integer,
<OutAttribute> ByRef HasComponentLayers As Boolean,
<OutAttribute> ByRef HasStepAndRepeat As Boolean
)
public:
virtual void GetJobInfo(
[OutAttribute] int% CountSelectedSignalObjects,
[OutAttribute] int% CountSelectedCMPs,
[OutAttribute] bool% HasComponentLayers,
[OutAttribute] bool% HasStepAndRepeat
) sealed
abstract GetJobInfo :
CountSelectedSignalObjects : int byref *
CountSelectedCMPs : int byref *
HasComponentLayers : bool byref *
HasStepAndRepeat : bool byref -> unit
override GetJobInfo :
CountSelectedSignalObjects : int byref *
CountSelectedCMPs : int byref *
HasComponentLayers : bool byref *
HasStepAndRepeat : bool byref -> unit
- 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?
InterfacePCBIWindowGetJobInfo(Int32, Int32, Boolean, Boolean)