EasyUA Reference
NodeStateHierarchyReference Constructor(String,String,IReference)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > NodeStateHierarchyReference Class > NodeStateHierarchyReference Constructor : NodeStateHierarchyReference Constructor(String,String,IReference)

sourcePath
The path to the source node.
targetPath
The path to the target node.
reference
The reference.

Glossary Item Box

Initializes a new instance of the NodeStateHierarchyReference class.

Syntax

Visual Basic (Usage)Copy Code
Dim sourcePath As String
Dim targetPath As String
Dim reference As IReference
 
Dim instance As New NodeStateHierarchyReference(sourcePath, targetPath, reference)
C# 
public NodeStateHierarchyReference( 
   string sourcePath,
   string targetPath,
   IReference reference
)

Parameters

sourcePath
The path to the source node.
targetPath
The path to the target node.
reference
The reference.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.