Click or drag to resize

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)
Syntax
public PurgeStatistics Purge(
	PurgeFilter filter,
	bool quiet
)

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: PurgeStatistics
What was purged.
See Also