Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbDatabase::save Method (OdStreamBuf*, bool)
Syntax
C++
void save(OdStreamBuf* pStreamBuf, bool saveThumbnailImage = false);

Saves the database contents to the specified output stream buffer. Database contents are saved as a .dwg file of the latest supported version. 

 

Parameters
Description
pStreamBuf
[in] Pointer to the StreamBuf object to which the data is to be written.
saveThumbnailImage
[in] Controls the saving of a thumbnail image to the file.
Copyright © 2002-2022. Open Design Alliance All rights reserved.