Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
DEMANDLOAD
Syntax
C++
OdInt16 DEMANDLOAD;
Type
OdInt16
Initial value
3
Read-Only
No
Saved In
Registry
Versions
2014+

 

DEMANDLOAD controls demand-loading of an application. The following bit codes are available to turn on demand-loading: 

 

Bit Value
Description
1
If set, demand-loads the source application when you open a drawing with custom objects.
2
If set, demand-loads the source application when you call one of the application's commands. (Not supported by the Drawings but can be implemented in client applications).

 

Access Methods
OdDbDatabase::getSysVar()
OdDbDatabase::setSysVar()
 
OdDbHostAppServices::getDEMANDLOAD()
OdDbHostAppServices::setDEMANDLOAD()

 

File: SysVarDefs.h 

Module: API Reference 

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