Click or drag to resize

RhinoTransformObjectsEventArgsObjects Property

An array of Rhino objects to be transformed. WARNING: these objects may be deleted at anytime after the event handler has been notified. Do not save references to these objects. Use the object's runtime serial number to safely reference these objects at a later time.

Namespace:  Rhino.DocObjects
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.10
Syntax
public RhinoObject[] Objects { get; }

Property Value

Type: RhinoObject
See Also