property contentChildCount

(r/o) int32 contentChildCount;

Typ

Zugriff

This property returns the number of the content children for this box.
var box = scene.getBoxById("myBox");
if (box)
{
    shell.print(box.contentChildCount);
}