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. | ^ [[:macros:namespace]] | [[:macros:namespace:group.numeric]] | ^ type | [[:macros:type:boolean]] | == example == Group.CheckIfGroupExists(999.0, "Group.Numeric.IsValid") ... 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 == {{backlinks>.}}