API Reference > OdDb Classes > OdDbBaseHostAppServices Class > OdDbBaseHostAppServices Methods > warning Method > OdDbBaseHostAppServices::warning Method (char*, OdString&)
OdDbBaseHostAppServices::warning Method (char*, OdString&)
Syntax
C++
virtual void warning(const char* warnVisGroup, const OdString& message);
Parameters 
Description 
const char* warnVisGroup 
[in] Group of warning message visibility (always visible if empty).  
const OdString& message 
[in] Warning message. 

Displays the specified warning message. 

 

This function calls odSystemServices()->warning(message) to display the warning.

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