KitchenDraw SDK 2
Show / Hide Table of Contents

Method SetPosition

SetPosition(ImmutablePoint, bool)

Sets position of the object to a given point.

Declaration
public void SetPosition(Scene.ImmutablePoint position, bool zIsAbsolute = false)
Parameters
Type Name Description
Scene.ImmutablePoint position
bool zIsAbsolute

If true, the Z member of position is assignes to the PositionZAbsolute property instead of PositionZ

In this article
Back to top Generated by DocFX