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 | |
The Data property determines any user information and saves it to element with the specified identifier. |
Method name | Brief description | |
The Clear method deletes all elements with user information. | ||
The Contains method checks if element with the specified identifier is in the list. | ||
The Remove method removes element with the specified identifier. |
See also: