.NET SDK Documentation

    Show / Hide Table of Contents

    Class RobotChangedObservedFaceIdEventArgs

    Robot changed observed face id event args

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

    Properties

    | Improve this Doc View Source

    NewId

    Gets the new face identifier.

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

    OldId

    Gets the old face identifier.

    public int OldId { get; }
    Property Type
    Int32

    See Also

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