Close

Relief for ODA Team in Ukraine

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

Retrieves the current value of the property.

Parameters
Description
pObject
[in] A pointer to an object that encapsulates the property.
value
[out] A placeholder for the value.

Returns the result of retrieving the property value.

If the value was successfully returned 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.