Click or drag to resize

RTreeEventArgsTag Property

Gets or sets an arbitrary object that can be attached to this event args. This object will "stick" through a single search and can represent user-defined state.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public Object Tag { get; set; }

Property Value

Type: Object
See Also