API Reference > Classes > OdBmDatabaseViewProperty Structure > OdBmDatabaseViewProperty Methods > OdBmDatabaseViewProperty::subSetValue Method
OdBmDatabaseViewProperty::subSetValue Method
Syntax
C++
virtual OdResult subSetValue(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.  

Returns eOk if successful. If it returns eNotApplicable the property is considered read-only.

Sets the property value.

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