C++
virtual ACDBCORE2D_PORT const ACHAR * companyName();
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 | "Autodesk, Inc." |
RealDWG | "Autodesk, Inc." |
OEM | "Autodesk, Inc." |
This method may be overridden to return a constant string containing the name of your company.
Links
See Also
program(), product(), prodcode(), releaseMajorMinorString(), releaseMajorVersion(), releaseMinorVersion(), versionString()