RhinoCommon API
UserDataList Class |
Represents a collection of user data.
Namespace: Rhino.DocObjects.Custom
Assembly: RhinoCommon (in RhinoCommon.dll)
The UserDataList type exposes the following members.
| Name | Description | |
|---|---|---|
| Count | Number of UserData objects in this list. | |
| Item |
Retrieve through indexer. Read-only access.
|
| Name | Description | |
|---|---|---|
| Add |
If the userdata 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 userdata in this list
Both .NET and native userdata is checked
| |
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| Find |
Finds a specific data type in this regulated collection.
| |
| GetEnumerator |
Get enumerator for UserDataList
| |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| Purge |
Removes all user data from this geometry.
| |
| Remove |
Remove the userdata from this list
| |
| ToString | (Inherited from Object.) |