Share

AcDbHostApplicationServices::prodcode

C++

virtual ACDBCORE2D_PORT const ProdIdCode prodcode();

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
AutoCADkProd_ACAD
RealDWGkProd_AcDb
OEMkProd_OEM

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

Links

AcDbHostApplicationServices

See Also

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

Was this information helpful?