Titan Property

Group.Numeric.IsValid

API http://api.avolites.com/11.0/Group.Numeric.IsValid.html
description Holds a boolean whether a group exists or not.
Namespaces Group.Numeric
type Boolean
example
<step>Group.CheckIfGroupExists(999.0, "Group.Numeric.IsValid")</step>
<step condition="Math.IsEqual(Group.Numeric.IsValid, True)">...</step>

This checks if a particular group exists and stores the result in Group.Numeric.IsValid based on which next steps are executed or not.

used in