BaseScanController.AssignScanHeads Method |
Assigns the scan heads.
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.20.0
Syntaxpublic abstract void AssignScanHeads(
IEnumerable<BaseScanHead> scanHeads
)
Parameters
- scanHeads IEnumerable<BaseScanHead>
- The scan heads being assigned.
See Also