Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
ISAVEPERCENT
Syntax
C++
OdInt16 ISAVEPERCENT;
Type
OdInt16
Initial value
50
Range
0 ... 100
Read-Only
No
Saved In
Registry
Versions
R13+

 

The ISAVEPERCENT variable stores percentage of total unused space tolerated in .dwg file after incremental file saving. It effects behavior of OdDbDatabase::save() method.

Value
Description
0
OdDbDatabase::save() method always performs full save.
100
OdDbDatabase::save() method always performs incremental save.

 

Access Methods
OdDbDatabase::getSysVar()
OdDbDatabase::setSysVar()
 
OdDbHostAppServices::getISAVEPERCENT()
OdDbHostAppServices::setISAVEPERCENT()

 

File: SysVarDefs.h 

Module: API Reference 

Copyright © 2002-2022. Open Design Alliance All rights reserved.