OpenAndSelectGroup
- Last UpdatedAug 17, 2022
- 1 minute read
The OpenAndSelectGroup method opens the specified path, and selects the group on a connected Historian server to which you are logged on. You can access this method from the Tag Picker control that is hosted in InTouch as follows:
#aaTagPicker.OpenAndSelectGroup(string Path)
and from the Tag Picker in Trend control as follows:
#aaHistClientTrend1.TagPicker.OpenAndSelectGroup
(string Path)
Syntax
[Result=] aaHistClientTagPicker.OpenAndSelectGroup (string Path);
Parameter
Path
The specific group path which is to be selected. The syntax of the Path parameter is same as that of the SelectedPath property.
Remarks
This method parses the given path and traverses through the tree node collection until the specified group is found. If the group is found, the group is opened and selected with hierarchy.
The specified path is case-sensitive if the AVEVA Historian is installed on a case-sensitive SQL Server. Errors, if any, are logged in the OCMC Logger.