API Reference > OdDAI Namespace > Classes > ADB_Value Class
ADB_Value Class
OdDAI__ADB_Value
Syntax
C++
class ADB_Value;

daiADB_Value.h

Class should holds a value of select.

Destroys th value. 
This is the overview for the ADB_Value constructor overload. 
Clear all data. 
This is the overview for the getValue method overload. 
This is the overview for the setValue method overload. 
type 
Provides tyep of the value.  
<< 
This is the overview for the << operator overload. 
= 
Copy one value to another.  
== 
Compare two values.  
>> 
This is the overview for the >> operator overload. 
bool 
Operator bool. Provides bool value. If there is not bool value inside, exception will be thrown.  
Operator double. Provides double value. If there is not double value, exception will be thrown.  
Operator OdAnsiString. Provides OdAnsiString value. If there is not OdAnsiString value, exception will be thrown.  
Operator Aggr*. Provides Aggr* value. If there is not Aggr* value, exception will be thrown.  
Operator Boolean. Provides Boolean value. If there is not Boolean value, exception will be thrown.  
Operator Logical. Provides Logical value. If there is not Logical value, exception will be thrown.  
Operator OdDAIObjectId. Provides OdDAIObjectId value. If there is not OdDAIObjectId value, exception will be thrown.  
Operator EnumValueInfo. Provides EnumValueInfo value. If there is not EnumValueInfo value inside, exception will be thrown.  
int 
Operator int. Provides int value. If there is not int value, exception will be thrown.  
Copyright (c) 2002-2021. Open Design Alliance. All rights reserved.