Click or drag to resize

BaseScanControllerAssignScanHead Method

Assigns the scan head to the specified index

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract void AssignScanHead(
	BaseScanHead scanHead,
	int index = 0
)

Parameters

scanHead  BaseScanHead
The scan head being assigned.
index  Int32  (Optional)
Index of the scan head.
See Also