.NET SDK Documentation

    Show / Hide Table of Contents

    Class ObjectFinishedMovingEventArgs

    Object stopped moving event args

    Inheritance
    Object
    EventArgs
    ObjectEventArgs
    ObjectFinishedMovingEventArgs
    Inherited Members
    ObjectEventArgs.Object
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    public class ObjectFinishedMovingEventArgs : ObjectEventArgs

    Properties

    | Improve this Doc View Source

    MoveDuration

    Gets the duration of the move.

    public TimeSpan MoveDuration { get; }
    Property Type
    TimeSpan
    | Improve this Doc View Source

    RobotTimestamp

    Gets the robot timestamp of the event

    public uint RobotTimestamp { get; }
    Property Type
    UInt32

    See Also

    ObjectEventArgs
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables