Click or drag to resize

RTreeEventArgsId Property

Gets the identifier of the found item.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public int Id { get; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
OverflowExceptionIf, on 64-bit platforms, the value of this instance is too large or too small to be represented as a 32-bit signed integer.
See Also