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