API Reference > OdDAI Namespace > Classes > ADB_Value Class > ADB_Value Methods > getValue Method > ADB_Value::getValue Method (char*&)
ADB_Value::getValue Method (char*&)
Syntax
C++
bool getValue(const char*& getTo) const;
Parameters 
Description 
const char*& getTo 
[out] the reference to const char* value to get to.  

if the internal type is const char* the function returns true, in otherwis returns false.

Gets const char* value.

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