API Reference > OdDbRoot Classes > OdDbBaseDatabasePE Class > OdDbBaseDatabasePE Methods > OdDbBaseDatabasePE::undo Method
OdDbBaseDatabasePE::undo Method
Syntax
C++
virtual OdResult undo(OdDbBaseDatabase* pDb) = 0;

Performs an undo operation on this database object.

All operations performed since the last call to startUndoRecording will be undone. At least 1 undo step is always supported for internal needs.

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