.NET SDK Documentation

    Show / Hide Table of Contents

    Class ObjectWithId

    Object tracked with an ObjectId

    Inheritance
    Object
    RobotObject
    ObservableObject
    ObjectWithId
    Charger
    CustomObject
    LightCube
    Implements
    INotifyPropertyChanged
    Inherited Members
    ObservableObject.IsVisible
    ObservableObject.LastImageRect
    ObservableObject.LastObservedTime
    ObservableObject.LastObservedTimestamp
    ObservableObject.Pose
    ObservableObject.LastEventTime
    ObservableObject.ObjectTypeName
    RobotObject.PropertyChanged
    Namespace: Anki.Vector.Objects
    Assembly: Anki.Vector.dll
    Syntax
    public abstract class ObjectWithId : ObservableObject, INotifyPropertyChanged

    Properties

    | Improve this Doc View Source

    ObjectId

    Gets the internal ID assigned to the object. This value can only be assigned once as it is static on the robot.

    public int ObjectId { get; }
    Property Type
    Int32

    Methods

    | Improve this Doc View Source

    ToString()

    Converts to string.

    public override string ToString()
    Returns
    Type Description
    String

    A String that represents this instance.

    Overrides
    Object.ToString()

    Implements

    System.ComponentModel.INotifyPropertyChanged

    See Also

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