Close

Relief for ODA Team in Ukraine

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

Retrieves the current value of the attribute data block, represented with a raw pointer to an Aggr object. 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 an Aggr object 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.