Show / Hide Table of Contents

Interface ITimeBaseCallbackService

Namespace: MAT.Atlas.Automation.Api
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
public interface ITimeBaseCallbackService

Methods

OnCursorPointChanged(Int64)

Declaration
void OnCursorPointChanged(long point)
Parameters
Type Name Description
System.Int64 point

OnTimeBaseChanged(Int64, Int64)

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