/** \details
Sets the DWGCODEPAGE value in the specified OdDbDatabase instance.
\param db [in] Database.
\param val [in] Value for DWGCODEPAGE.
\remarks
This function provides write access to "Read-Only" system variables. It may be used to bypass non-implemented Drawings functionality or to repair drawings.
*/
TOOLKIT_EXPORT void odDbSetDWGCODEPAGE(
OdDbDatabase& db,
OdCodePageId val);