Shapes Property

The Shapes property returns the AutoShapes collection. This is a read-only property.

Syntax

object.Shapes

Example

This example demonstrates how to return the number of objects in a plot document.

Debug.Print Plot.Shapes.Count

Example

This example demonstrates how to access a shape in a composite object.

Composite.Shapes.Item("Ellipse").Line.Forecolor = grfColorRed

 

Used by: Document object, AutoComposite Object