KitchenDraw SDK 2
Show / Hide Table of Contents

Property ActiveObject

ActiveObject

Active object of the scene (which was last selected or unselected by user). Returns null if there's no active object in the scene.

Declaration
public Scene.Object ActiveObject { get; }
Property Value
Type Description
Scene.Object
Remarks

To set an active object, use the IsActive property of any existing object.

In this article
Back to top Generated by DocFX