Click or drag to resize

BaseScanController.AssignScanHeads Method

Assigns the scan heads.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntax
C#
public abstract void AssignScanHeads(
	IEnumerable<BaseScanHead> scanHeads
)

Parameters

scanHeads  IEnumerable<BaseScanHead>
The scan heads being assigned.
See Also