Share

AcDbHostApplicationServices::releaseMajorMinorString

C++

virtual ACDBCORE2D_PORT const ACHAR * releaseMajorMinorString();

Description

This method is called by the database in various places to provide version numbers.

The return value of this method depends on the implementation of AcDbHostApplicationServices. The following table shows AutoCAD 2025 values:

Product Return Value
AutoCAD "R25.0"
RealDWG "R25.0"
OEM "R25.0"

For binary-compatible API releases, the minor version (in other words, the digit to the right of the decimal point) increments the previous release's minor version value by 1.

This method should not be overridden because it is used to identify support files.

Links

AcDbHostApplicationServices

See Also

program(), prodcode(), product(), companyName(), releaseMajorVersion(), releaseMinorVersion(), versionString()

Was this information helpful?