BaseScanControllerInvokeScanHeadChanged Method |
Namespace: RAYLASE.Marker.Device.ScanControllerAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxprotected void InvokeScanHeadChanged(
BaseScanHead oldValue,
BaseScanHead newValue,
int index
)
Parameters
- oldValue BaseScanHead
- The previous laser controller.
- newValue BaseScanHead
- The current laser controller.
- index Int32
- The index of the scan head (zero-based). Each position will raise its own changed event.
See Also