FDO API Reference Feature Data Objects
template<class OBJ>
virtual FDO_API void FdoSchemaCollection< OBJ >::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

When an object is removed from a collection, that collection's owner is no longer the object's parent.

Reimplemented from FdoNamedCollection< OBJ, FdoSchemaException >.

Reimplemented in FdoPropertyDefinitionCollection.

Definition at line 333 of file SchemaCollection.h.


Comments or suggestions? Send us feedback.