KitchenDraw SDK 2
Show / Hide Table of Contents

Property Dimension

Dimension

Returns dimension of the object as Scene.ImmutablePoint. This property is read-only. Use SetDimension(ImmutablePoint) to set dimension, or DimensionX,Y,Z to set individual components of dimension.

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