Share

AcDbHostApplicationServices::releaseMajorVersion

C++

virtual ACDBCORE2D_PORT int releaseMajorVersion();

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 25
RealDWG 25
OEM 25

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

Links

AcDbHostApplicationServices

See Also

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

Was this information helpful?