FDO API Reference Feature Data Objects
template<class BASEOBJ, class SUBOBJ, class BASECOLLECTION>
virtual SUBOBJ* FdoRestrictedNamedCollection< BASEOBJ, SUBOBJ, BASECOLLECTION >::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

Definition at line 73 of file RestrictedNamedCollection.h.

References FdoRestrictedNamedCollection< BASEOBJ, SUBOBJ, BASECOLLECTION >::DownCast().

Here is the call graph for this function:


Comments or suggestions? Send us feedback.