ContentsIndexHome
PreviousUpNext
IElement::check_setLabel Method

Attempts to assign the specified string label to this IElement. Returns true if the assignment succeeded, returns false when the integer label does not exist in the associated set. Only applies to IElements not associated with a subset of integers. 

 

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

True if the assignment succeeded, false when the integer label does not exist in the associated set.