AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgFeatureProperty Class Reference
[MgFeatureProperty]

Inherits MgNullableProperty.

List of all members.


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 ()
 
MgFeatureReaderGetValue ()
 Gets the property value.
 MgFeatureProperty (CREFSTRING name, MgFeatureReader *value)
 Constructs an MgFeatureProperty object.
void SetValue (MgFeatureReader *value)
 

Friends

class MgPropertyCollection