PropCollection.GetProp
GetProp(int)
Gets the element at the specified ID.
public Prop GetProp(int ID)
| Parameter | Type | Description |
|---|---|---|
| ID | Int32 |
See Also
- class Prop
- class PropCollection
- namespace Aspose.Diagram
- assembly Aspose.Diagram
GetProp(string)
Gets the element at the specified name.
public Prop GetProp(string name)
| Parameter | Type | Description |
|---|---|---|
| name | String |
See Also
- class Prop
- class PropCollection
- namespace Aspose.Diagram
- assembly Aspose.Diagram