Click or drag to resize

BaseMarkableJobElementAllowedScanControllers Property

List of scan controllers as the target of the job element. An empty list means the job element allows any scan controller to be the target.

Namespace: RAYLASE.Marker.JobElement
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public ISet<BaseScanController> AllowedScanControllers { get; }

Property Value

ISetBaseScanController
See Also