DatabaseSaveAs(StreamBuf, DwgVersion, Boolean) Method

Saves content of the currently active database according to the passed arguments.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 25.3.0.0
Syntax
public void SaveAs(
        StreamBuf fileBuf,
        DwgVersion version,
        bool saveThumbnailImage
)

Parameters

fileBuf  StreamBuf
[in] Stream buffer to which to write the database.
version  DwgVersion
[in] A file version to which to save the file.
saveThumbnailImage  Boolean
[in] Flag that indicates whether to save a thumbnail image.
See Also

©  Bricsys NV. All rights reserved.