uaPLUS Reference
GetQualifiedAreaName Method
See Also  Send Feedback
NSPlugin Namespace > EventAreaBrowser Class : GetQualifiedAreaName Method

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.

Glossary Item Box

Provides a mechanism to assemble a fully qualified Area name in a hierarchical space. This is required since at each point one is browsing just the names below the current node.
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.

Syntax

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

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.