Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Reserved for internal use.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Function CloneNode ( _
CopyChildren As Boolean, _
TargetNode As DiagramNode, _
Pos As MsoRelativeNodePosition _
) As DiagramNode
'Usage
Dim instance As DiagramNode
Dim CopyChildren As Boolean
Dim TargetNode As DiagramNode
Dim Pos As MsoRelativeNodePosition
Dim returnValue As DiagramNode
returnValue = instance.CloneNode(CopyChildren, _
TargetNode, Pos)
DiagramNode CloneNode(
bool CopyChildren,
DiagramNode TargetNode,
MsoRelativeNodePosition Pos
)
Parameters
- CopyChildren
Type: System.Boolean
- TargetNode
Type: Microsoft.Office.Interop.PowerPoint.DiagramNode
Return Value
Type: Microsoft.Office.Interop.PowerPoint.DiagramNode