FDO API Reference Feature Data Objects
virtual void FdoIdentifierCollection::SetItem ( FdoInt32  index,
FdoIdentifier 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

Reimplemented from FdoCollection< FdoIdentifier, FdoCommandException >.

Definition at line 150 of file IdentifierCollection.h.

References FdoCollection< OBJ, EXC >::SetItem().

Here is the call graph for this function:


Comments or suggestions? Send us feedback.