API Reference > Classes > Database Classes > OdBmFamilyManager Class > OdBmFamilyManager Methods > OdBmFamilyManager::getParam Method (OdBmObjectId&, OdBmObjectId&)
OdBmFamilyManager::getParam Method (OdBmObjectId&, OdBmObjectId&)
Syntax
C++
OdResult getParam(const OdBmObjectId& parameterId, OdBmObjectId& value) const;
Parameters 
Description 
const OdBmObjectId& parameterId 
[in] An identifier of the parameter.  
OdBmObjectId& value 
[out] A placeholder for the parameter value.  

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

Retrieves the current parameter value represented with an object identifier.

The method fills the passed OdBmObjectId object and returns it to a calling subroutine.

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