Skip to content

E_Rhino_RhinoDoc_SelectObjects

Will Pearson edited this page Aug 12, 2016 · 2 revisions

RhinoDoc.SelectObjects Event

Called when object(s) are selected.

Namespace: Rhino
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static event EventHandler<RhinoObjectSelectionEventArgs> SelectObjects

VB

Public Shared Event SelectObjects As EventHandler(Of RhinoObjectSelectionEventArgs)

Value

Type: System.EventHandler(RhinoObjectSelectionEventArgs)

Version Information

Supported in: 5D58w

See Also

Reference

RhinoDoc Class
Rhino Namespace

Clone this wiki locally