API Reference > OdRx Classes > OdRxProperty Class > OdRxProperty Methods > OdRxProperty::getValue Method
OdRxProperty::getValue Method
Syntax
C++
OdResult getValue(const OdRxObject* pO, OdRxValue& value) const;
Parameters 
Description 
const OdRxObject* pO 
[in] The object which property to retrieve.  
OdRxValue& value 
[out] Resulting value.  

eOk if the property value is returned successfully, or an appropriate error code otherwise.

Gets the property value.

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