ContentsIndexHome
PreviousUpNext
IElement::setIntLabel Method

Assigns the specified integer label to this IElement. This method does only apply to IElements associated with a subset of Integers. 

 

C++
virtual void setIntLabel(const int label) = 0;
Parameters 
Description 
const int label 
The integer valued label to assign.