API Reference > OdDAI Namespace > Classes > Select Class > Select Methods > getEnum Method > Select::getEnum Method (char* &)
Select::getEnum Method (char* &)
Syntax
C++
bool getEnum(const char* & ret) const;
Parameters 
Description 
const char* & ret 
[out] A placeholder for the value to be returned to a calling subroutine.  

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

Retrieves the current value as pointer to constant char that holds underlying enumeration string value.

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