Close

Relief for ODA Team in Ukraine

Learn more
ODA Kernel SDK
OdOleItemHandler::save Method
Syntax
C++
virtual void save(OdStreamBuf& streamBuf) const = 0;

Writes the binary data for the OdDbOle2Frame of this OleItemHandler object to the specified stream. 

 

Parameters
Description
streamBuf
[out] StreamBuf object to which the data are to be written.

See MFC COleClientItem::Serialize(CArchive& ar) for details. Assume that ar.m_bForceFlat is TRUE.

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