MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
MgFeatureProperty Class Reference

Stores MgFeatureReader data with an associated key name. More...

+ Inheritance diagram for MgFeatureProperty:

List of all members.

Public Member Functions

INT16 GetPropertyType ()
 
MgFeatureReaderGetValue ()
 Gets the property value.
 MgFeatureProperty (CREFSTRING name, MgFeatureReader *value)
 Constructs an MgFeatureProperty object.
void SetValue (MgFeatureReader *value)
 

Friends

class MgPropertyCollection

Detailed Description

Stores MgFeatureReader data with an associated key name.

Remarks:
You can store an instance of this class in an MgPropertyCollection object. Use the key name to retrieve the instance from the property collection.
Do not use this class to insert data into a datastore. Use it only to convey the results of data insertion. MgFeatureService::UpdateFeatures() returns a collection of MgProperty objects, which may include properties of type MgFeatureProperty.