API Reference > OdDb Classes > OdDbBaseHostAppServices Class > OdDbBaseHostAppServices Methods > OdDbBaseHostAppServices::prodcode Method
OdDbBaseHostAppServices::prodcode Method
Syntax
C++
virtual ProdIdCode prodcode();

Returns the name of the client product code.

This function is typically used for populating "About" information. 

prodcode() returns one of the following: 

 

Name 
Value 
Description 
kProd_ACAD 
Plain 
kProd_LT 
Lite 
kProd_OEM 
OEM 
kProd_OdDb 
.. 

 

The default implementation of this function returns kProd_OEM, and should not be overridden.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.