FDO API Reference Feature Data Objects

template<class OBJ, class EXC>
virtual OBJ* FdoCollection< OBJ, EXC >::GetItem FdoInt32  index  )  const [inline, virtual]
 

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

Parameters:
index Input index
Returns:
Returns the item in the collection at the specified index

Reimplemented in FdoNamedCollection< OBJ, EXC >, FdoNamedCollection< FdoFunctionDefinition, FdoConnectionException >, FdoNamedCollection< FdoDataPropertyDefinition, FdoSchemaException >, FdoNamedCollection< PrefixMapping, FdoXmlException >, FdoNamedCollection< FdoClassDefinition, FdoSchemaException >, FdoNamedCollection< FdoXmlClassMapping, FdoCommandException >, FdoNamedCollection< FdoXmlAttribute, FdoXmlException >, FdoNamedCollection< FdoPropertyDefinition, FdoSchemaException >, FdoNamedCollection< FdoXmlElementMapping, FdoCommandException >, FdoNamedCollection< OBJ, FdoSchemaException >, FdoNamedCollection< FdoFeatureSchema, FdoSchemaException >, FdoNamedCollection< OBJ, FdoCommandException >, FdoNamedCollection< FdoFeatureClass, FdoSchemaException >, and FdoNamedCollection< FdoDictionaryElement, FdoException >.

Definition at line 72 of file Collection.h.

Referenced by FdoNamedCollection< FdoDictionaryElement, FdoException >::GetItem(), and FdoStack< StackElement, FdoXmlException >::Peek().


Comments or suggestions? Send us feedback.