Click or drag to resize

SPICE3DeviceAssignScanHead Method

Assigns the scan head to the specified index

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override 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