Click or drag to resize

UserDataList Class

Represents a collection of user data.
Inheritance Hierarchy
SystemObject
  Rhino.DocObjects.CustomUserDataList

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public class UserDataList : IEnumerable<UserData>, 
	IEnumerable

The UserDataList type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of UserData objects in this list.
Public propertyItem
Retrieve through indexer. Read-only access.
Top
Methods
  NameDescription
Public methodAdd
If the user-data is already in a different UserDataList, it will be removed from that list and added to this list.
Public methodContains
Checks for the existence of a specific type of user-data in this list Both .NET and native user-data is checked
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFind
Finds a specific data type in this regulated collection.
Public methodGetEnumerator
Get enumerator for UserDataList
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPurge
Removes all user data from this geometry.
Public methodRemove
Remove the user-data from this list
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also