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.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family