MgFeatureProperty Class Reference
[MgFeatureProperty]
Inherits MgNullableProperty.
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.
Public Member Functions | |
INT16 | GetPropertyType () |
MgFeatureReader * | GetValue () |
Gets the property value. | |
MgFeatureProperty (CREFSTRING name, MgFeatureReader *value) | |
Constructs an MgFeatureProperty object. | |
void | SetValue (MgFeatureReader *value) |
Friends | |
class | MgPropertyCollection |