Close

Relief for ODA Team in Ukraine

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

Retrieves the current double parameter value.

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 double value and returns it to a calling subroutine.

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