ShapeNodes Interface

A collection of all the ShapeNode objects in the specified freeform.

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

Syntax

'Declaration
<GuidAttribute("91493486-5A91-11CF-8700-00AA0060263B")> _
Public Interface ShapeNodes _
    Inherits IEnumerable
'Usage
Dim instance As ShapeNodes
[GuidAttribute("91493486-5A91-11CF-8700-00AA0060263B")]
public interface ShapeNodes : IEnumerable

Remarks

Each ShapeNode object represents either a node between segments in a freeform or a control point for a curved segment of a freeform. You can create a freeform manually or by using the BuildFreeform(MsoEditingType, Single, Single) and ConvertToShape() methods.

See Also

Reference

ShapeNodes Members

Microsoft.Office.Interop.PowerPoint Namespace