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 |
---|---|
AutoCAD | kProd_ACAD |
RealDWG | kProd_AcDb |
OEM | kProd_OEM |
This method should not be overridden because it is used to identify support files.
Links
See Also
program(), product(), companyName(), releaseMajorMinorString(), releaseMajorVersion(), releaseMinorVersion(), versionString()