Get Visio Shape Including Child

Retrieve a Visio Shape Including Child

Each shape in a diagram has an ID and a name. The ID is important when programming with Visio: it is the main method for accessing a shape. Each shape also retains information about what master (stencil) it is made from.

A Shape is an object in a Visio drawing which possibly hava a father or sons. The Shapes property, exposed by the Page class, supports a collection of Aspose.Diagram.Shape objects. The Shapes property can be used to retrieve information about a shape.

Retrieve Visio Shape Programming Sample

The following code snippet retrieve the shape including child. Please check this sample code: