Click or drag to resize

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
)

Parameters

runtimeSerialNumber
Type: SystemUInt32
Runtime serial number of the last object not to include in the list.

Return Value

Type: RhinoObject
An array of objects or null if no objects were added since the given runtime serial number.
See Also