'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) _ )
'Usage
Dim instance As NodeState Dim context As ISystemContext Dim browsePath As String Dim hierarchy As Dictionary(Of NodeId,String) Dim references As List(Of NodeStateHierarchyReference) instance.GetHierarchyReferences(context, browsePath, hierarchy, references)
public void GetHierarchyReferences( ISystemContext context, string browsePath, Dictionary<NodeId,string> hierarchy, List<NodeStateHierarchyReference> references )
public: void GetHierarchyReferences( ISystemContext^ context, String^ browsePath, Dictionary<NodeId^,String^>^ hierarchy, List<NodeStateHierarchyReference^>^ references )
Parameters
- context
- The context for the current operation.
- browsePath
- The path to the parent object.
- hierarchy
- A table of all nodes in the hierarchy.
- references
- The references in the hierarchy.