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
Wiki Markup
{description}
{excerpt}Lists all the [Shape|Shape] objects in the [Shapes|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.{excerpt}
{signature:C#}
 public Shape[] ListShapes()
{signature}{signature:vb.net}
Public Function ListShapes() As Shape()
{signature}
{returns}An array of all the {{Shape}} objects in the collection.{returns}