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