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

Returns the version of this the file which this Filer object is associated.

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

 

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