Class PhotoTakenEventArgs
Photo taken event args
Namespace: Anki.Vector.Events
Assembly: Anki.Vector.dll
Syntax
public class PhotoTakenEventArgs : RobotEventArgs
Properties
| Improve this Doc View SourcePhotoId
Gets the photo identifier of the photo that was taken
public uint PhotoId { get; }
Property Type
UInt32 |