| FDO API Reference | Feature Data Objects |
#include <ParameterValueCollection.h>
Inherits FdoCollection< FdoParameterValue, FdoCommandException >.
Inheritance diagram for FdoParameterValueCollection:

Definition at line 32 of file ParameterValueCollection.h.
Public Member Functions | |
| FDO_API FdoParameterValue * | FindItem (FdoString *name) |
| Gets the item in the collection with the specified name. Returns NULL if an item with the specified name does not exist in the collection. | |
| FDO_API FdoParameterValue * | GetItem (FdoInt32 index) |
| Gets the item in the collection at the specified index. Throws an invalid argument exception if the index is out of range. | |
| FDO_API FdoParameterValue * | GetItem (FdoString *name) |
| Gets the item in the collection with the specified name. Throws an invalid argument exception if an item with the specified name does not exist in the collection. | |
Static Public Member Functions | |
| static FDO_API FdoParameterValueCollection * | Create () |
| Constructs a default empty instance of an FdoParameterValueCollection. | |
| Comments or suggestions? Send us feedback. |