Close

Relief for ODA Team in Ukraine

Learn more
ODA IFC SDK
ADB_Value::getValue Method (const char*&)
Syntax
C++
bool getValue(const char*& getTo) const;

Retrieves the current value of the attribute data block, represented as an array of bytes. The method fills the passed parameter with the attribute data block value and returns it to a calling subroutine.

Parameters
Description
getTo
[out] A placeholder for the raw pointer to the array of bytes that contains the value of the attribute data block.

true if the attribute data block value was successfully converted and returned to the calling subroutine; otherwise, the method returns false.

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