get_prop method
get_prop(id)
Gets the element at the specified ID.
Returns
def get_prop(self, id):
...
Parameter | Type | Description |
---|---|---|
id | int |
get_prop(name)
Gets the element at the specified name.
Returns
def get_prop(self, name):
...
Parameter | Type | Description |
---|---|---|
name | str |
See Also
- module aspose.diagram
- class PropCollection