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()
Public Function MostRecentObject As RhinoObject
Return Value
Type:
RhinoObjectThe most recent (non-deleted) object in the document, or null if no such object exists.
See Also