DiagramNode.TransferChildren Method

Moves the child nodes of the source diagram node to the target (receiving) diagram node.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub TransferChildren ( _
    <OutAttribute> ByRef ReceivingNode As DiagramNode _
)
'Usage
Dim instance As DiagramNode
Dim ReceivingNode As DiagramNode

instance.TransferChildren(ReceivingNode)
void TransferChildren(
    out DiagramNode ReceivingNode
)

Parameters

See Also

Reference

DiagramNode Interface

DiagramNode Members

Microsoft.Office.Interop.Word Namespace