GetShape
GetShape(string)
Gets the element at the specified name.
public Shape GetShape(string name)
Parameter | Type | Description |
---|---|---|
name | String |
See Also
- class Shape
- class ShapeCollection
- namespace Aspose.Diagram
- assembly Aspose.Diagram
GetShape(long)
Gets the element at the specified ID.
public Shape GetShape(long ID)
Parameter | Type | Description |
---|---|---|
ID | Int64 |
See Also
- class Shape
- class ShapeCollection
- namespace Aspose.Diagram
- assembly Aspose.Diagram