Show / Hide Table of Contents

Interface ITimeBaseCallbackServiceClient

Namespace: MAT.Atlas.Automation.Client.Services.Interface
Assembly: MAT.Atlas.Automation.Client.dll
Syntax
public interface ITimeBaseCallbackServiceClient

Methods

OnCursorPointChanged(Double)

Declaration
void OnCursorPointChanged(double point)
Parameters
Type Name Description
System.Double point

OnTimeBaseChanged(Double, Double)

Declaration
void OnTimeBaseChanged(double startTime, double endTime)
Parameters
Type Name Description
System.Double startTime
System.Double endTime
In This Article
Back to top Generated by DocFX