KitchenDraw SDK 2
Show / Hide Table of Contents

Property TopLevelObjectsFactorized

TopLevelObjectsFactorized

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

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

You can get the amount of occurences of factorized object from Occurences property. 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