BaseScanControllerAssignScanHead Method |
Assigns the scan head to the specified index
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxpublic 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