BaseScanHeadGetTuningPresets Method |
Returns the tuning presets for the given axes.
Namespace: RAYLASE.Marker.Device.ScanHeadAssembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntaxprotected virtual IList<TuningPreset> GetTuningPresets(
Axes axes
)
Parameters
- axes Axes
- The axes.
Return Value
IListTuningPresetThe list of tuning presets for the axes.
See Also