API Reference > OdDb Classes > OdDbDatabase Class > OdDbDatabase Methods > OdDbDatabase::originalFileSavedByVersion Method
OdDbDatabase::originalFileSavedByVersion Method
Syntax
C++
OdDb::DwgVersion originalFileSavedByVersion(OdDb::MaintReleaseVer* pMaintReleaseVer = 0) const;
Parameters 
Description 
OdDb::MaintReleaseVer* pMaintReleaseVer = 0 
[in] Pointer to the MaintReleaseVer object to receive the maintenance release version. 

Returns the version of the application that created the file from which this database object was read. 

 

The maintenance release version is returned if and only if pMaintReleaseVer != 0.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.