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