API Reference > Classes > Database Classes > OdBmElement Class > OdBmElement Methods > OdBmElement::popParam Method (OdBmObjectId&, OdString&)
OdBmElement::popParam Method (OdBmObjectId&, OdString&)
Syntax
C++
OdResult popParam(const OdBmObjectId& parameterId, OdString& value);
Parameters 
Description 
const OdBmObjectId& parameterId 
[in] Parameter id as OdBmObjectId.  
OdString& value 
[out] Parameter value as OdString.  

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

Pops a parameter with given id from an element. 

 

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