.NET SDK Documentation

    Show / Hide Table of Contents

    Class PhotoInfo

    Store photo information

    Inheritance
    Object
    PhotoInfo
    Namespace: Anki.Vector.Types
    Assembly: Anki.Vector.dll
    Syntax
    public class PhotoInfo

    Properties

    | Improve this Doc View Source

    DateTime

    Gets the photo taken on date and time.

    public DateTime DateTime { get; }
    Property Type
    DateTime
    | Improve this Doc View Source

    PhotoCopiedToApp

    Gets a value indicating whether photo was copied to application.

    public bool PhotoCopiedToApp { get; }
    Property Type
    Boolean
    | Improve this Doc View Source

    PhotoId

    Gets the photo identifier.

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

    ThumbCopiedToApp

    Gets a value indicating whether thumb was copied to application.

    public bool ThumbCopiedToApp { get; }
    Property Type
    Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables