ContentsIndexHome
PreviousUpNext
ISetData::add Method (IElement*)

Adds the specified element to this set and all of its supersets. 

 

C++
virtual void add(const IElement* element) = 0;
Parameters 
Description 
const IElement* element 
The IElement to be added to this set.
 

There is no effect if the element exists already in the set. 

Throws an InvalidUseException if the element is not in the root set.