OPCAE.NET Reference Manual
GetQualifiedAreaName Method
See Also  Send Feedback
OPCAE.NET Namespace > AreaBrowser Class : GetQualifiedAreaName Method

AreaName
The name of an Area at the current level, obtained from the string enumerator returned by BrowseOPCAreas with a BrowseFilterType of OPC_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.

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 enumerator returned by BrowseOPCAreas with a BrowseFilterType of OPC_AREA.
QualifiedAreaName
Resulting fully qualified area name.

Return Value

HRESULTS error/success code.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2016, .NET 4.x

See Also

© 2002-2018 Advosol Inc. All Rights Reserved.