SPICE3DeviceAssignScanHead Method |
Assigns the scan head to the specified index
Namespace: RAYLASE.MarkerPlugin.Devices.ScanController.SPICE3Assembly: RAYLASE.MarkerPlugin (in RAYLASE.MarkerPlugin.dll) Version: 2.19.0
Syntaxpublic 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