API Reference > Classes > Database Classes > OdBmNamedParam Class > OdBmNamedParam Methods > OdBmNamedParam::setValueStr Method
OdBmNamedParam::setValueStr Method
Syntax
C++
OdResult setValueStr(const OdString& string, OdString& errorComment);
Parameters 
Description 
const OdString& string 
[in] Input value.  
OdString& errorComment 
[in] Error code description in case the method fails to finish.
 

eOk if the operation completed successfully, or an appropriate error code otherwise.

Sets a parameter value from a string. 

 

Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.