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.

C#
void nocheck_setLabel(String label);
Parameters 
Description 
String label 
The label to assign. 
Exceptions 
Description 
The label does not exist in the root set. 

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.