Click or drag to resize

IAnalyzerMethodTSettings, TPoint Interface

Defines an analyzer method.

Namespace: CompreDriveSDK.Plugins.Analyzers.Methods
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public interface IAnalyzerMethod<TSettings, TPoint>

Type Parameters

TSettings
The type of the settings.
TPoint
The type of the result datapoints.

The IAnalyzerMethodTSettings, TPoint type exposes the following members.

Properties
 NameDescription
Public propertyIsAvailable Gets a value indicating whether the method is available.
Top
Methods
 NameDescription
Public methodRunMeasurement Run the measurement.
Top
Events
 NameDescription
Public eventPointMeasured Raised when a new point was measured.
Top
See Also