Close

Relief for ODA Team in Ukraine

Learn more
ODA BimRv SDK
OdTfProperty::setValue Method
Syntax
C++
virtual OdResult setValue(OdTfObject* pObject, const OdTfVariant& value) const = 0;

Sets a new value of the property.

Parameters
Description
pObject
[in] A pointer to an object that encapsulates the property.
value
[out] A new value to be set.

Returns the result of setting the property value.

If the value was successfully set to a calling subroutine, the method returns the eOk value; otherwise it returns an appropriate error code.

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