Show / Hide Table of Contents

Interface ITimeBaseService

Inherited Members
ITimeBaseServiceWeb.GetTimeBase(ObjectId)
ITimeBaseServiceWeb.SetCursor(ObjectId, Int64)
ITimeBaseServiceWeb.SetCursorToDistance(ObjectId, Double)
ITimeBaseServiceWeb.SetCursorToDistanceIntoLap(ObjectId, Double, Int16)
ITimeBaseServiceWeb.SetTimeBase(ObjectId, Int64, Int64)
ITimeBaseServiceWeb.SetTimeBaseByLap(ObjectId, Int16)
ITimeBaseServiceWeb.SetTimeBaseByLaps(ObjectId, Int16, Int16)
ITimeBaseServiceWeb.SetTimeBaseFastestLap(ObjectId)
Namespace: MAT.Atlas.Automation.Api
Assembly: MAT.Atlas.Automation.Api.dll
Syntax
[AutomationService("TimeBase")]
public interface ITimeBaseService : ITimeBaseServiceWeb, IAutomationService

Methods

SubscribeTimeBaseChanged(ObjectId)

Declaration
void SubscribeTimeBaseChanged(ObjectId timeBaseId)
Parameters
Type Name Description
ObjectId timeBaseId

UnsubscribeTimeBaseChanged(ObjectId)

Declaration
void UnsubscribeTimeBaseChanged(ObjectId timeBaseId)
Parameters
Type Name Description
ObjectId timeBaseId
In This Article
Back to top Generated by DocFX