ObjectTableAllObjectsSince Method |
Gets all the objects that have been added to the document since a given runtime serial number.
Namespace:
Rhino.DocObjects.Tables
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic RhinoObject[] AllObjectsSince(
uint runtimeSerialNumber
)
Public Function AllObjectsSince (
runtimeSerialNumber As UInteger
) As RhinoObject()
Parameters
- runtimeSerialNumber
- Type: SystemUInt32
Runtime serial number of the last object not to include in the list.
Return Value
Type:
RhinoObjectAn array of objects or null if no objects were added since the given runtime serial number.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also