ObjectTableMostRecentObject Method |
Gets the most recently added object that is still in the Document.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic 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.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also