.NET SDK Documentation

    Show / Hide Table of Contents

    Class RobotObjectUpAxisChangedEventArgs

    Object up axis changed event args

    Inheritance
    Object
    EventArgs
    RobotEventArgs
    RobotObjectEventArgs
    RobotObjectUpAxisChangedEventArgs
    Inherited Members
    RobotObjectEventArgs.ObjectEventType
    RobotEventArgs.EventType
    EventArgs.Empty
    Namespace: Anki.Vector.Events
    Assembly: Anki.Vector.dll
    Syntax
    public class RobotObjectUpAxisChangedEventArgs : RobotObjectEventArgs

    Properties

    | Improve this Doc View Source

    ObjectId

    Gets the object identifier.

    public int ObjectId { get; }
    Property Type
    Int32
    | Improve this Doc View Source

    RobotTimestamp

    Gets the robot timestamp of the event

    public uint RobotTimestamp { get; }
    Property Type
    UInt32
    | Improve this Doc View Source

    UpAxis

    Gets the up axis.

    public UpAxis UpAxis { get; }
    Property Type
    UpAxis

    See Also

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