UserDataList Methods |
The UserDataList type exposes the following members.
Name | Description | |
---|---|---|
Add |
If the user-data is already in a different UserDataList, it
will be removed from that list and added to this list.
| |
Contains |
Checks for the existence of a specific type of user-data in this list
Both .NET and native user-data is checked
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
Find |
Finds a specific data type in this regulated collection.
| |
GetEnumerator |
Get enumerator for UserDataList
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Purge |
Removes all user data from this geometry.
| |
Remove |
Remove the user-data from this list
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |