Click or drag to resize

SPICE3DeviceAssignScanHeads Method

Assigns the scan heads.

Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3
Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntax
C#
public override void AssignScanHeads(
	IEnumerable<BaseScanHead> scanHeads
)

Parameters

scanHeads  IEnumerableBaseScanHead
The scan heads being assigned.
See Also