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)
Since: 5.0
Syntax public 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.
See Also