SetQueryType2
- Last UpdatedNov 17, 2021
- 1 minute read
The SetQueryType2 method selects the specified query type and tag type in the Tag Picker.
Syntax
[Result=] aaHistClientQuery.SetQueryType2(integer queryType, integer tagType);
Parameters
queryType
The type of the query. For information on the valid values, see aaQueryTypeEnumeration.
tagType
The type of the tag. For information on the valid values, see aaTagType Enumeration.
Return Value
Returns True if it can be shown; otherwise, returns False.
Remarks
Use this method in the InTouch HMI software instead of the SetQueryType method.