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
- ReceivingNode
Type: Microsoft.Office.Interop.Word.DiagramNode%
Required DiagramNode object. The node to which to transfer the child nodes.