KitchenDraw SDK 2
Show / Hide Table of Contents

Property TopLevelObjects

TopLevelObjects

Top-level objects belonging to the heading (components and hosted objects are not listed).

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

You can get all the children of a top-level object from one of its properties like Children or HostedObjects, or GetSubObjectsFiltered(string) method. Please be aware that components and hosted objects are not necessarily belong to the same heading as their parent object.

In this article
Back to top Generated by DocFX