ArcFM Desktop Developer Guide
CopyToWithSingleChild Method


Syntax
'Declaration
 
Public Sub CopyToWithSingleChild( _
   ByRef node As DownHierarchyNode, _
   ByVal singleChild As DownHierarchyNode _
) 
'Usage
 
Dim instance As DownHierarchyNode
Dim node As DownHierarchyNode
Dim singleChild As DownHierarchyNode
 
instance.CopyToWithSingleChild(node, singleChild)
public void CopyToWithSingleChild( 
   ref DownHierarchyNode node,
   DownHierarchyNode singleChild
)

Parameters

node
singleChild
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