API Reference > OdDb Classes > OdDbBaseHostAppServices Class > OdDbBaseHostAppServices Methods > OdDbBaseHostAppServices::companyName Method
OdDbBaseHostAppServices::companyName Method
Syntax
C++
virtual const OdString companyName() = 0;

Returns the name of the client company.

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

The default implementation of this function returns oddbGetLibraryInfo()->getCompanyName().

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