ContentsIndexHome
PreviousUpNext
IElement.nocheck_setIntLabel Method

Assigns the specified integer label to this IElement without checking, as opposed to its counterparts setIntLabel and check_setIntLabel

This function may cause an error at a later stage if the label is not in the set and this IElement was used to assign some value into an IData object. 

 

Java
void nocheck_setIntLabel(int label);
Parameters 
Description 
int label 
The integer label to assign.