RhinoDocPurge Method (PurgeFilter, Boolean) |
Purges unused table objects from this document, the same way the Purge command does.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic PurgeStatistics Purge(
PurgeFilter filter,
bool quiet
)
Public Function Purge (
filter As PurgeFilter,
quiet As Boolean
) As PurgeStatistics
Parameters
- filter
- Type: RhinoPurgeFilter
The document table object types to purge. - quiet
- Type: SystemBoolean
Set to true to suppress any output or progress messages.
Return Value
Type:
PurgeStatisticsWhat was purged.
See Also