Save |
A positive number means to keep at most that many backups.
The default value of -1 means to use Revit's defaults: 3 for non-workshared, 20 for workshared. After initialization, the setter can be used to choose a positive number, but cannot be used to restore this default value.
Exception | Condition |
---|---|
ArgumentException | When setting this property: The requested number of backups is out of range. |
Non-workshared models have whole-file backups, sequentially numbered.
File-based workshared models have eager, incremental backups in a backup folder adjacent to the model itself: Every save backs up all changed data and avoids recopying unchanged elements, so the latest backup is equivalent to the main copy on disk and the backup folder does not have huge amounts of redundant data.