ShapeNodes.Delete Method

Deletes a shape node.

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

Syntax

'Declaration
Sub Delete ( _
    Index As Integer _
)
'Usage
Dim instance As ShapeNodes
Dim Index As Integer

instance.Delete(Index)
void Delete(
    int Index
)

Parameters

  • Index
    Type: System.Int32
    Specifies the node to be deleted.

Remarks

The segment following the Index node is also deleted. If the node is a control point of a curve, the curve and all of its nodes are deleted.

See Also

Reference

ShapeNodes Interface

ShapeNodes Members

Microsoft.Office.Interop.PowerPoint Namespace