KitchenDraw SDK 2
Show / Hide Table of Contents

Property ChildrenOnAllLevels

ChildrenOnAllLevels

Provides access to the components held by the object and all compoments held by the object's components and so on.

Declaration
public IList<Scene.Object> ChildrenOnAllLevels { get; }
Property Value
Type Description
IList<Scene.Object>
Remarks

The components that are taken into account are components of any type being placed or not, being valid or not.

Attention: this list is based on the component ranks internally. This means for you that the result is unpredictable if you try to delete a component while enumerating the list. For that purpose, please make a copy of the list before deleting components.

In this article
Back to top Generated by DocFX