FDO API Reference Feature Data Objects

template<class OBJ, class EXC>
virtual void FdoNamedCollection< OBJ, EXC >::RemoveAt FdoInt32  index  )  [inline, virtual]
 

Removes the specified item from the collection. Throws an invalid argument exception if the item does not exist within the collection.

Parameters:
index Input index
Returns:
Returns nothing
Remove the item from the map.

Remove it from the list

Reimplemented from FdoCollection< OBJ, EXC >.

Reimplemented in FdoPhysicalElementMappingCollection< OBJ >, FdoPropertyDefinitionCollection, FdoSchemaCollection< OBJ >, FdoPhysicalElementMappingCollection< FdoXmlClassMapping >, FdoPhysicalElementMappingCollection< FdoXmlElementMapping >, FdoSchemaCollection< FdoClassDefinition >, FdoSchemaCollection< FdoFeatureSchema >, FdoSchemaCollection< FdoFeatureClass >, FdoSchemaCollection< FdoPropertyDefinition >, and FdoSchemaCollection< FdoDataPropertyDefinition >.

Definition at line 257 of file NamedCollection.h.

Referenced by FdoSchemaCollection< FdoDataPropertyDefinition >::RemoveAt(), and FdoPhysicalElementMappingCollection< FdoXmlElementMapping >::RemoveAt().


Comments or suggestions? Send us feedback.