Titan Property
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 |
<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.