Close

Relief for ODA Team in Ukraine

Learn more
ODA Drawings SDK
OdDbHostAppServices::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
1
Plain
kProd_LT
2
Lite
kProd_OEM
3
OEM
kProd_OdDb
4
..

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.