Description:

Purge deleted instance definition information that is not in use. This function is time consuming and should be used in a thoughtful manner.

Syntax:
public void Compact(
bool ignoreUndoReferences
)
Parameters:
  • ignoreUndoReferences
  • Type: bool
  • If false, then deleted instance definition information that could possibly be undeleted by the Undo command will not be deleted. If true, then all deleted instance definition information is deleted.
Returns:
Type: void
Available since:
5.9

Nothing found