Click or drag to resize

JobDefinitionGetScanControllers Method

Returns the resulting scan controllers defined by WorkspaceConfiguration or ScanControllers.

Namespace: RAYLASE.Marker.Job
Assembly: RAYLASE.Marker.Job (in RAYLASE.Marker.Job.dll) Version: 2.19.0
Syntax
C#
public IList<BaseScanController> GetScanControllers()

Return Value

IListBaseScanController
List of scan controller used by the job.
Remarks
If WorkspaceConfiguration is set, the workspace configuration scan controller will be returned, otherwise scan controller defined by ScanControllers will be returned.
See Also