FDO API Reference Feature Data Objects

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

Returns the index of the specified item in the collection or -1 if the item does not exist.

Parameters:
value Input value
Returns:
Returns the index of the specified item in the collection or -1 if the item does not exist

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 257 of file Collection.h.


Comments or suggestions? Send us feedback.