ContentsIndexHome
PreviousUpNext
ITuple::getElement Method (int)
ITuple Class  ITuple Members  aimms Namespace  ITuple::getElement Method (int)

Returns the IElement on the specified dimension. 

 

C++
virtual const IElement* getElement(int dim) const = 0;
virtual IElement* getElement(int dim) = 0;
Parameters 
Description 
int dim 
The dimension for which to retrieve the IElement.  
int dim 
The dimension for which to retrieve the IElement.  

The IElement on the specified dimension.

ITuple::getElement Method (int)