ContentsIndexHome
PreviousUpNext
IElement::setLabel Method

Assigns the specified string label to this IElement. This method does not apply to IElements associated with a subset of Integers. A RuntimeException is raised if the label does not exist in the root set. 

 

C++
virtual void setLabel(const char* label) = 0;
Parameters 
Description 
const char* label 
The string valued label to assign.
 

Does not apply to IElements on subsets of Integers.