Assembly: Transform;
The ITsUserData interface is used to store any user information.
ITsUserData
User information is returned by the following properties:
Each element with user information has a unique identifier.
| Property name | Brief description | |
![]() |
Data | The Data property determines any user information and saves it to element with the specified identifier. |
| Method name | Brief description | |
![]() |
Clear | The Clear method deletes all elements with user information. |
![]() |
Contains | The Contains method checks if element with the specified identifier is in the list. |
![]() |
Remove | The Remove method removes element with the specified identifier. |
See also: