Click or drag to resize

BaseScanHeadCalibrationRequested Property

Getting called when calibration gets requested.

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public Action<(int CorrectionFileIndex, Action<string> Callback)> CalibrationRequested { get; set; }

Property Value

ActionValueTupleInt32, ActionString
See Also