API Reference > OdDAI Namespace > Classes > Select Class > Select Methods > getBINARY Method > Select::getBINARY Method (char* &)
Select::getBINARY Method (char* &)
Syntax
C++
bool getBINARY(char* & res) const;
Parameters 
Description 
char* & res 
[out] A placeholder for the raw pointer that refers to the binary data. This pointer is returned to a calling subroutine.  

Returns true if the value is successfully converted and the raw pointer is returned to a calling subroutine; otherwise, the method returns false.

Retrieves the current value as a binary value.

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