API Reference > Functions > odDbSetTDUUPDATE Function
odDbSetTDUUPDATE Function
Syntax
C++
TOOLKIT_EXPORT void odDbSetTDUUPDATE(OdDbDatabase& db, OdDbDate val);

DbDatabase.h

Parameters 
Description 
OdDbDatabase& db 
[in] Database.  
OdDbDate val 
[in] Value for TDUUPDATE. 

Sets the TDUUPDATE value in the specified OdDbDatabase instance. 

 

This function provides write access to "Read-Only" system variables. It may be used to bypass non-implemented Drawings functionality or to repair drawings, and should be used with care.

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