Click or drag to resize

BaseScanHeadDataProvider Class

Represents the base class that provides information about scan heads. The information contains the model name and the list of available tunings.
Inheritance Hierarchy
SystemObject
  RAYLASE.Marker.Device.ScanHeadBaseScanHeadDataProvider
    RAYLASE.MarkerPlugin.Devices.ScanHeadRaylaseScanHeadDataProvider

Namespace: RAYLASE.Marker.Device.ScanHead
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract class BaseScanHeadDataProvider

The BaseScanHeadDataProvider type exposes the following members.

Constructors
 NameDescription
Protected methodBaseScanHeadDataProviderInitializes a new instance of the BaseScanHeadDataProvider class
Top
Methods
 NameDescription
Public methodGetModel Returns the model name of the scan head given its ID.
Public methodGetTuningPresets Returns the tuning preset with a given index.
Top
See Also