Click or drag to resize

BaseScanHeadDataProviderGetTuningPresets Method

Returns the tuning preset with a given index.

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public virtual IList<TuningPreset> GetTuningPresets(
	string id
)

Parameters

id  String
Index of the preset (zero-based).

Return Value

IListTuningPreset

[Missing <returns> documentation for "M:RAYLASE.Marker.Device.ScanHead.BaseScanHeadDataProvider.GetTuningPresets(System.String)"]

See Also