Click or drag to resize

PurgeStatisticsPurgedCount Method

The number of table objects that were purged.

Namespace:  Rhino
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public int PurgedCount(
	PurgeFilter filter
)

Parameters

filter
Type: RhinoPurgeFilter
The document table object types of interest. Values can be or-ed together, in which case the sum of the counts of each type is returned.

Return Value

Type: Int32
The number of table objects that were purged.
See Also