Opc.Ua.Core
GetInstanceHierarchy Method



Opc.Ua Namespace > NodeState Class : GetInstanceHierarchy Method
The context for the current operation.
The path to the parent object.
A table of all nodes in the hierarchy.
Populates a table with all nodes in the hierarchy.
Syntax
'Declaration
 
Public Sub GetInstanceHierarchy( _
   ByVal context As ISystemContext, _
   ByVal browsePath As String, _
   ByVal hierarchy As Dictionary(Of NodeId,String) _
) 
'Usage
 
Dim instance As NodeState
Dim context As ISystemContext
Dim browsePath As String
Dim hierarchy As Dictionary(Of NodeId,String)
 
instance.GetInstanceHierarchy(context, browsePath, hierarchy)

Parameters

context
The context for the current operation.
browsePath
The path to the parent object.
hierarchy
A table of all nodes in the hierarchy.
Remarks
This method is use get a snapshot of the relative paths to all nodes in the hierarchy. The hierarchy may not be complete if portions of it are stored external systems.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

NodeState Class
NodeState Members