API Reference > Classes > Database Classes > OdBmFamilyManager Class > OdBmFamilyManager Methods > OdBmFamilyManager::setParam Method (OdBmObjectId&, OdBmObjectId&)
OdBmFamilyManager::setParam Method (OdBmObjectId&, OdBmObjectId&)
Syntax
C++
OdResult setParam(const OdBmObjectId& parameterId, const OdBmObjectId& value);
Parameters 
Description 
const OdBmObjectId& parameterId 
[in] An identifier of the parameter.  
const OdBmObjectId& value 
[in] A new object identifier to be set.  

eOk if the parameter value was successfully set; otherwise, the method returns an appropriate error code.

Sets a new value represented with an object identifier for a specified parameter.

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