ContentsIndexHome
PreviousUpNext
IElement::setOrdinal Method

Assigns the specified position in the set associated with this IElement to this IElement. A RuntimeException is raised if the ordinal position does not exist in the set. 

 

C++
virtual void setOrdinal(int ord) = 0;
Parameters 
Description 
int ord 
The ordinal to set.