DatabaseSaveAs(String, DwgVersion) Method

Saves content of the currently active database according to the passed file name and version.

Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version: 24.2.0.0
Syntax
public void SaveAs(
        string fileName,
        DwgVersion version
)

Parameters

fileName  String
[in] File name to write the database to. File extension is not appended automatically.
version  DwgVersion
[in] A file version to which to save the file.
See Also

©  Bricsys NV. All rights reserved.