ContentsIndexHome
PreviousUpNext
IDataView::getElement Method (Tuple&)

Returns the IElement value for the provided Tuple. Applies to element valued data only. 

 

C++
virtual const IElement* getElement(const Tuple& tuple) = 0;
Parameters 
Description 
const Tuple& tuple 
The Tuple for which to get the IElement value.  

The read-only IElement value.