Click or drag to resize

CyclingMethodBaseOnPointMeasured Method

Raises the PointMeasured event.

Namespace: CompreDriveSDK.Plugins.Analyzers.Methods.Cycling
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
protected virtual void OnPointMeasured(
	PointMeasuredEventArgs<CyclingDatapoint> e
)

Parameters

e  PointMeasuredEventArgsCyclingDatapoint
The event arguments.
See Also