ArcFM Desktop Developer Guide
CopyTo Method (DownHierarchyNode)


Syntax
'Declaration
 
Public Shared Sub CopyTo( _
   ByVal copyFrom As DownHierarchyNode, _
   ByRef copyTo As DownHierarchyNode _
) 
'Usage
 
Dim copyFrom As DownHierarchyNode
Dim copyTo As DownHierarchyNode
 
DownHierarchyNode.CopyTo(copyFrom, copyTo)
public static void CopyTo( 
   DownHierarchyNode copyFrom,
   ref DownHierarchyNode copyTo
)

Parameters

copyFrom
copyTo
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

DownHierarchyNode Class
DownHierarchyNode Members

 

 


Send Comment