FDO API Reference Feature Data Objects

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

Sets the item in the collection at the specified index to the specified value. Throws an invalid argument exception if the index is out of range.

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

Definition at line 120 of file RestrictedNamedCollection.h.


Comments or suggestions? Send us feedback.