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

SourceName
The name of a Source at the current level, obtained from the string enumerator returned by BrowseOPCAreas with a BrowseFilterType of OPC_SOURCE.
QualifiedSourceName
Resulting fully qualified source name.

Glossary Item Box

Provides a mechanism to assemble a fully qualified Source 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 GetQualifiedSourceName( _
   ByVal SourceName As String, _
   ByRef QualifiedSourceName As String _
) As Integer
C# 
public int GetQualifiedSourceName( 
   string SourceName,
   out string QualifiedSourceName
)

Parameters

SourceName
The name of a Source at the current level, obtained from the string enumerator returned by BrowseOPCAreas with a BrowseFilterType of OPC_SOURCE.
QualifiedSourceName
Resulting fully qualified source 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.