Class ObjectWithId
Object tracked with an ObjectId
Implements
Inherited Members
Namespace: Anki.Vector.Objects
Assembly: Anki.Vector.dll
Syntax
public abstract class ObjectWithId : ObservableObject, INotifyPropertyChanged
Properties
| Improve this Doc View SourceObjectId
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 SourceToString()
Converts to string.
public override string ToString()
Returns
Type | Description |
---|---|
String | A String that represents this instance. |