Click or drag to resize

UserDataListFind Method

Finds a specific data type in this regulated collection.

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public UserData Find(
	Type userdataType
)

Parameters

userdataType
Type: SystemType
A data type.

Return Value

Type: UserData
The found data, or null of nothing was found.
See Also