FDO API Reference Feature Data Objects

template<class BASEOBJ, class SUBOBJ, class BASECOLLECTION>
virtual void FdoRestrictedNamedCollection< BASEOBJ, SUBOBJ, BASECOLLECTION >::Insert FdoInt32  index,
SUBOBJ *  value
[inline, virtual]
 

Inserts the specified item at the specified index within the collection. Items following the insertion point are moved down to accommodate the new item. Throws an invalid argument exception if the specified index is out of range.

Parameters:
index Input index
value Input value
Returns:
Returns nothing

Definition at line 152 of file RestrictedNamedCollection.h.


Comments or suggestions? Send us feedback.