ContentsIndexHome
PreviousUpNext
IElement::check_setOrdinal Method

Attempts to assign the specified position in the associated set to this IElement. Returns true if the assignment succeeded, returns false when the ordinal position is invalid. 

 

C++
virtual bool check_setOrdinal(int ord) = 0;
Parameters 
Description 
int ord 
The ordinal to assign.  

False if the ordinal does not exist in the set.