Click or drag to resize

UserDataListItem Property

Retrieve through indexer. Read-only access.

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public UserData this[
	int index
] { get; }

Parameters

index
Type: SystemInt32

Return Value

Type: UserData
See Also