Skip to content

UserDataList

Public Class

Represents a collection of user data.

Inheritance Hierarchy

System.Object
Rhino.DocObjects.Custom.UserDataList

Namespace: Rhino.DocObjects.Custom

Assembly: RhinoCommon (in RhinoCommon.dll)

Syntax

public class UserDataList : IEnumerable<UserData>,
IEnumerable

The UserDataList type exposes the following members.

Properties

Name

Description


Public Property

Number of UserData objects in this list.


Public Property

Retrieve through indexer. Read-only access.


Methods

Name

Description


Public Method

If the user-data is already in a different UserDataList, it will be removed from that list and added to this list.


Public Method

Checks for the existence of a specific type of user-data in this list Both .NET and native user-data is checked


Public Method

Equals

Determines whether the specified object is equal to the current object.

(Inherited from Object.)


Protected Method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.

(Inherited from Object.)


Public Method

Finds a specific data type in this regulated collection.


Public Method

Get enumerator for UserDataList


Public Method

GetHashCode

Serves as the default hash function.

(Inherited from Object.)


Public Method

GetType

Gets the Type of the current instance.

(Inherited from Object.)


Protected Method

MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)


Public Method
Purge

Removes all user data from this geometry.


Public Method

Remove the user-data from this list


Public Method

ToString

Returns a string that represents the current object.

(Inherited from Object.)