API Reference > Other Classes > OdValue Class > OdValue Methods > OdValue::dataType Method
OdValue::dataType Method
Syntax
C++
OdValue::DataType dataType() const;

Returns the datatype of this FieldValue object.

dataType() returns one of the following: 

 

Name 
Value 
kUnknown 
0x00 
kLong 
0x01 
kDouble 
0x02 
kString 
0x04 
kDate 
0x08 
kPoint 
0x10 
k3dPoint 
0x20 
kObjectId 
0x40 
kBuffer 
0x80 
kResbuf 
0x100 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.