| FDO API Reference | Feature Data Objects |
#include <PropertyValueCollection.h>
Inherits FdoCollection< FdoPropertyValue, FdoCommandException >.
Inheritance diagram for FdoPropertyValueCollection:
Definition at line 34 of file PropertyValueCollection.h.
Public Member Functions | |
| FDO_API FdoPropertyValue * | FindItem (FdoString *name) |
| Finds 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 FdoPropertyValue * | 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 FdoPropertyValue * | 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 | |
| FDO_API FdoPropertyValueCollection * | Create () |
| Constructs a default empty instance of an FdoPropertyValueCollection. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoPropertyValueCollection () | |
| Constructs a default empty instance of an FdoPropertyValueCollection. | |
| virtual | ~FdoPropertyValueCollection () |
|
|
Constructs a default empty instance of an FdoPropertyValueCollection.
Definition at line 39 of file PropertyValueCollection.h. |
|
|
Definition at line 43 of file PropertyValueCollection.h. |
|
|
Constructs a default empty instance of an FdoPropertyValueCollection.
|
|
|
Dispose this object.
Implements FdoIDisposable. Definition at line 47 of file PropertyValueCollection.h. |
|
|
Finds the item in the collection with the specified name. Returns NULL if an item with the specified name does not exist in the collection.
|
|
|
Gets the item in the collection at the specified index. Throws an invalid argument exception if the index is out of range.
|
|
|
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.
|
| Comments or suggestions? Send us feedback. |