IShapeNodes Interface Members
In This Topic
The following tables list the members exposed by IShapeNodes.
Public Properties
| Name | Description |
| Count | Gets an Integer value that represents the number of objects in the collection. |
| Item | Gets the IShapeNode at the specified index. |
Top
Public Methods
| Name | Description |
| Delete | Deletes the object. |
| Insert | Inserts a node into a freeform shape. |
| SetEditingType | Sets the editing type of the node specified by . If the node is a control point for a curved segment, this method sets the editing type of the node adjacent to it that joins two segments. |
| SetPosition | Sets the location of the node specified by . |
| SetSegmentType | Sets the segment type of the segment that follows the node specified by . If the node is a control point for a curved segment, this method sets the segment type for that curve. |
Top
See Also