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#
bool check_setLabel(String label);
Parameters 
Description 
String label 
The string valued label to assign.  

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