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}{signature:
}
Signature
vb.net
vb.net
Public Function ListShapes() As Shape()
{signature}
{returns}An array of all the {{Shape}} objects in the collection.{returns}
Returns

An array of all the Shape objects in the collection.