API Reference > OdDb Classes > OdDbDatabaseReactor Class > OdDbDatabaseReactor Methods > OdDbDatabaseReactor::headerSysVarChanged Method
OdDbDatabaseReactor::headerSysVarChanged Method
Syntax
C++
virtual void headerSysVarChanged(const OdDbDatabase* pDb, const OdString& name);
Parameters 
Description 
const OdDbDatabase* pDb 
[in] Pointer to the database being modified.  
const OdString& name 
[in] Name of the system variable being modified. 

Notification function called whenever a database -resident system variable has changed. 

 

This function is called after the operation.

headerSysVarWillChange

Copyright © 2002–2020. Open Design Alliance. All rights reserved.