C++
virtual ACDBCORE2D_PORT const ACHAR * program();
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 | "acad" |
RealDWG | "acdb" |
OEM | "aoem" |
This method should not be overridden because it is used to identify support files.
Links
See Also
prodcode(), companyName(), releaseMajorMinorString(), releaseMajorVersion(), releaseMinorVersion(), versionString()