uaPLUS Reference
GetHierarchyReferences Method
See Also  Send Feedback
Opc.Ua Namespace > NodeState Class : GetHierarchyReferences Method

context
browsePath
hierarchy
references

Glossary Item Box

Syntax

Visual Basic (Declaration) 
Public Sub GetHierarchyReferences( _
   ByVal context As ISystemContext, _
   ByVal browsePath As String, _
   ByVal hierarchy As Dictionary(Of NodeId,String), _
   ByVal references As List(Of NodeStateHierarchyReference) _
) 
C# 
public void GetHierarchyReferences( 
   ISystemContext context,
   string browsePath,
   Dictionary<NodeId,string> hierarchy,
   List<NodeStateHierarchyReference> references
)

Parameters

context
browsePath
hierarchy
references

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.