ShapeRange.Nodes Property
Publisher Developer Reference |
Returns a ShapeNodes collection that represents the geometric description of the specified shape. Applies to Shape or ShapeRange objects that represent freeform drawings.
Syntax
expression.Nodes
expression A variable that represents a ShapeRange object.
Example
This example adds a smooth node with a curved segment after node four in shape three on page one. Shape three must be a freeform drawing with at least four nodes.
Visual Basic for Applications |
---|
|
See Also