property commandGroupCount

(r/o) int32 commandGroupCount;

Typ

Zugriff

This property returns back the total number of commandGroup object contained in this scene.
shell.print("There are " + scene.commandGroupCount + " command group in this scene.");