ContentsIndexHome
PreviousUpNext
IData::getValueType Method

Returns the ValueType of the data (double, int, IElement, String or boolean). 

 

C++
virtual ValueType getValueType() const = 0;

The ValueType

 

Use the value type to choose the appropriate arguments for some of the functions in IScalarData and IMultiDimData.