.NET SDK Documentation

    Show / Hide Table of Contents

    Class CustomObjectArchetype

    Abstract base class for all custom object definition types

    Inheritance
    Object
    CustomObjectArchetype
    CustomBoxArchetype
    CustomCubeArchetype
    CustomWallArchetype
    Namespace: Anki.Vector.Objects
    Assembly: Anki.Vector.dll
    Syntax
    public abstract class CustomObjectArchetype

    Properties

    | Improve this Doc View Source

    CustomObjectType

    Gets the type of the custom object.

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

    MarkerHeightMm

    Gets or sets the height of the printed marker (in millimeters).

    public float MarkerHeightMm { get; set; }
    Property Type
    Single
    | Improve this Doc View Source

    MarkerWidthMm

    Gets or sets the width of the printed marker (in millimeters).

    public float MarkerWidthMm { get; set; }
    Property Type
    Single
    • Improve this Doc
    • View Source
    Back to top Copyright (c) 2019 by Wayne Venables