Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdDbUndoController::pushData Method
Syntax
C++
virtual void pushData(OdStreamBuf* pStream, OdUInt32 nSize, OdUInt32 opt = kDefault) = 0;

Saves undo information in some manner.

Parameters
Description
pStream
[in] stream that contains single undo step data.
nSize
[in] size of undo information (starting from current stream position).

Implementer should save nSize bytes from specified stream.

Copyright © 2002-2022. Open Design Alliance All rights reserved.