UserDataList Class

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
Public Class UserDataList

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 userdata 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 userdata in this list Both .NET and native userdata is checked
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFind
Finds a specific data type in this regulated collection.
Public methodGetEnumerator
Get enumerator for UserDataList
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPurge
Removes all user data from this geometry.
Public methodRemove
Remove the userdata from this list
Public methodToString (Inherited from Object.)
Top
Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also