| FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Commands::PropertyValueCollection:

()
Definition at line 30 of file mgPropertyValueCollection.h.
Public Member Functions | |
| System::Int32 | Add (OSGeo::FDO::Commands::PropertyValue *value) |
| Adds a PropertyValue object into the collection. | |
| System::Void | Clear () |
| Removes all elements from the collection. | |
| System::Boolean | Contains (OSGeo::FDO::Commands::PropertyValue *value) |
| Determines whether the collection contains a specific PropertyValue object. | |
| System::Void | CopyTo (OSGeo::FDO::Commands::PropertyValue *array[], System::Int32 startAt) |
| Copies the elements of the collection to an array. | |
| OSGeo::FDO::Commands::PropertyValue * | FindItem (System::String *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. | |
| __property System::Int32 | get_Count (System::Void) |
| Gets the count of items in collection. | |
| __property OSGeo::FDO::Commands::PropertyValue * | get_Item (System::Int32 index) |
| Gets an item in the collection. | |
| __property OSGeo::FDO::Commands::PropertyValue * | get_RealTypeItem (System::Int32 index) |
| Gets the item in the collection at the specified index. | |
| __sealed System::Collections::IEnumerator * | GetEnumerator (System::Void) |
| Gets an enumerator that can iterate through a collection. | |
| OSGeo::FDO::Commands::PropertyValue * | GetItem (System::Int32 index) |
| Gets the item in the collection at the specified index. Throws an invalid argument exception if the index is out of range. | |
| OSGeo::FDO::Commands::PropertyValue * | GetItem (System::String *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. | |
| System::Int32 | IndexOf (OSGeo::FDO::Commands::PropertyValue *value) |
| Determines the index of a specific PropertyValue object. | |
| System::Void | Insert (System::Int32 index, OSGeo::FDO::Commands::PropertyValue *value) |
| Inserts a PropertyValue object into the collection at the specified position. | |
| PropertyValueCollection () | |
| Constructs a new empty PropertyValue collection. | |
| System::Void | Remove (OSGeo::FDO::Commands::PropertyValue *value) |
| Removes the first occurrence of a specific PropertyValue object. | |
| System::Void | RemoveAt (System::Int32 index) |
| Removes the index-th PropertyValue from this collection. | |
| __property System::Void | set_Item (System::Int32 index, OSGeo::FDO::Commands::PropertyValue *value) |
| Sets the value of the item at the specified index. | |
| __property System::Void | set_RealTypeItem (System::Int32 index, OSGeo::FDO::Commands::PropertyValue *value) |
| Sets the value of the item at the specified index. | |
| Comments or suggestions? Send us feedback. |