'Declaration
Public Function New( _ ByVal sourcePath As String, _ ByVal targetPath As String, _ ByVal reference As IReference _ )
'Usage
Dim sourcePath As String Dim targetPath As String Dim reference As IReference Dim instance As New NodeStateHierarchyReference(sourcePath, targetPath, reference)
public NodeStateHierarchyReference( string sourcePath, string targetPath, IReference reference )
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.