PurgeStatisticsPurgedCount Method |
The number of table objects that were purged.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic int PurgedCount(
PurgeFilter filter
)
Public Function PurgedCount (
filter As PurgeFilter
) As Integer
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:
Int32The number of table objects that were purged.
See Also