ShapeNode Object
Represents the geometry and the geometry-editing properties of the nodes in a user-defined freeform.
Remarks
Nodes include the vertices between the segments of the freeform and the control points for curved segments. The ShapeNode object is a member of the ShapeNodes collection. The ShapeNodes collection contains all the nodes in a freeform.
Example
Use Nodes(), where is the node index number, to return a single ShapeNodeobject. If node one in shape three on myDocumentis a corner point, the following example makes it a smooth point. For this example to work, shape three must be a freeform.
| Visual Basic for Applications |
|---|
|
See also:
| index | index |