ContentsIndexHome
PreviousUpNext
IDataView::setValuesCMO Method (char* const, int)

Sets the values for the complete domain of the data, by passing all the values as a dense array in column major order. Applies to string and (if the range is no subset of Integers) element valued data. 

 

C++
virtual void setValuesCMO(const char* const values[], 
                                  int numberOfValues) = 0;
Parameters 
Description 
const char* const values[] 
The new values of the data, supplied in in column major ordering.  
int numberOfValues 
The length of the array of values.