Click or drag to resize

ObjectTableMostRecentObject Method

Gets the most recently added object that is still in the Document.

Namespace:  Rhino.DocObjects.Tables
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public RhinoObject MostRecentObject()

Return Value

Type: RhinoObject
The most recent (non-deleted) object in the document, or null if no such object exists.
See Also