API Reference > OdDb Classes > OdDbUndoController Class > OdDbUndoController Methods > OdDbUndoController::popData Method
OdDbUndoController::popData Method
Syntax
C++
virtual OdUInt32 popData(OdStreamBuf* pStream) = 0;
Parameters 
Description 
OdStreamBuf* pStream 
[out] stream 

Gives back most recent single undo step data.

Implementer should write back single undo step data saved in this object via the most recent call pushData into specified stream and then free internal resources used for storing undo step.

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