Share

AcDbHostApplicationServices::product

C++

virtual ACDBCORE2D_PORT const ACHAR * product();

Description

This method is called by the database in various places to display "About" information.

The return value of this method depends on the implementation of AcDbHostApplicationServices and is shown in the following table:

Product Return Value
AutoCAD "AutoCAD"
RealDWG "ObjectDBX"
OEM The product name; for example, "AutoCAD OEM"

This method may be overridden to return a constant string containing the name of your product.

Links

AcDbHostApplicationServices

See Also

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

Was this information helpful?