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
Syntaxpublic Object Tag { get; set; }
Public Property Tag As Object
Get
Set
Property Value
Type:
Object
See Also