The server must return strings that can be added to the areaList for the EventSubscriptionMgt::SetFilter method, and can be used in the EventAreaBrowser.ChangeBrowsePosition method to move to a specific place in the process area space tree.
| Visual Basic (Declaration) | |
|---|---|
Public Function GetQualifiedAreaName( _ ByVal areaName As String, _ ByRef qualifiedAreaName As String _ ) As Integer | |
| C# | |
|---|---|
public int GetQualifiedAreaName( string areaName, out string qualifiedAreaName ) | |
Parameters
- areaName
- The name of an Area at the current level, obtained from the string array returned by BrowseOPCAreas with a BrowseFilterType of 'Area'.
- qualifiedAreaName
- Resulting fully qualified area name.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family