KitchenDraw SDK 2
Show / Hide Table of Contents

Property Position

Position

Returns position of the object as Scene.ImmutablePoint. This property is read-only. Use SetPosition(ImmutablePoint, bool) to set position, or PositionX,Y,Z to set individual components of position.

Declaration
public Scene.ImmutablePoint Position { get; set; }
Property Value
Type Description
Scene.ImmutablePoint
In this article
Back to top Generated by DocFX