.NET SDK Documentation

    Show / Hide Table of Contents

    Class CustomWallArchetype

    Custom object wall definition

    Inheritance
    Object
    CustomObjectArchetype
    CustomWallArchetype
    Inherited Members
    CustomObjectArchetype.CustomObjectType
    CustomObjectArchetype.MarkerWidthMm
    CustomObjectArchetype.MarkerHeightMm
    Namespace: Anki.Vector.Objects
    Assembly: Anki.Vector.dll
    Syntax
    public class CustomWallArchetype : CustomObjectArchetype

    Properties

    | Improve this Doc View Source

    HeightMm

    Gets or sets the height of the object (in millimeters) (Z axis).

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

    Marker

    Gets or sets the marker affixed to every side of the cube.

    public CustomObjectMarker Marker { get; set; }
    Property Type
    CustomObjectMarker
    | Improve this Doc View Source

    WidthMm

    Gets or sets the width of the object (in millimeters) (Y axis).

    public float WidthMm { get; set; }
    Property Type
    Single

    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()

    See Also

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