ShapeCollection.GetShapeIncludingChild
GetShapeIncludingChild(string)
Gets the element including it’s child shape at the specified name.
public Shape GetShapeIncludingChild(string name)
| Parameter | Type | Description |
|---|---|---|
| name | String |
See Also
- class Shape
- class ShapeCollection
- namespace Aspose.Diagram
- assembly Aspose.Diagram
GetShapeIncludingChild(int)
Gets the element including it’s child shape at the specified id.
public Shape GetShapeIncludingChild(int id)
| Parameter | Type | Description |
|---|---|---|
| name | Int32 |
See Also
- class Shape
- class ShapeCollection
- namespace Aspose.Diagram
- assembly Aspose.Diagram