ContentsIndexHome
PreviousUpNext
IElement::nocheck_setLabel Method

Assigns the specified string label to this IElement without checking whether this label is part of the associated set, as opposed to its counterparts setLabel and check_setLabel. This method does raise an RuntimeException if the label does not exist in the root set. This method does not apply to IElements over subsets of Integers. 

This function may cause an error at a later stage if the label is not in the Set and the element is added as a position or value in some IData

 

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