Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbUndoController::popData Method
Syntax
C++
virtual OdUInt32 popData(OdStreamBuf* pStream) = 0;

Gives back most recent single undo step data.

Parameters
Description
pStream
[out] stream

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-2022. Open Design Alliance All rights reserved.