Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdBmFamilyManager::getParam Method (const OdBmObjectId&, OdBmObjectId&)
Syntax
C++
OdResult getParam(const OdBmObjectId& parameterId, OdBmObjectId& value) const;

Retrieves the current parameter value represented with an object identifier.

Parameters
Description
parameterId
[in] An identifier of the parameter.
value
[out] A placeholder for the parameter value.

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

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

Copyright © 2002-2022. Open Design Alliance All rights reserved.