Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
Description

Excerpt

Lists all the Shape objects in the Shapes collection. This does not return the underlying collection, so changes to the returned value will have no effect on future calls to this Shapes object.

Signature
C#
C#
 public Shape[] ListShapes()
Signature
vb.net
vb.net
Public Function ListShapes() As Shape()
Returns

An array of all the Shape objects in the collection.