Class CustomWallArchetype
Custom object wall definition
Inherited Members
Namespace: Anki.Vector.Objects
Assembly: Anki.Vector.dll
Syntax
public class CustomWallArchetype : CustomObjectArchetype
Properties
| Improve this Doc View SourceHeightMm
Gets or sets the height of the object (in millimeters) (Z axis).
public float HeightMm { get; set; }
Property Type
Single |
Marker
Gets or sets the marker affixed to every side of the cube.
public CustomObjectMarker Marker { get; set; }
Property Type
CustomObjectMarker |
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 SourceToString()
Converts to string.
public override string ToString()
Returns
Type | Description |
---|---|
String | A String that represents this instance. |