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

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

Sets the property value.

If returns eNotApplicable, the property is considered read-only.

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