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

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

+ Inheritance diagram for MgRasterProperty:

List of all members.

Public Member Functions

INT16 GetPropertyType ()
 
MgRaster * GetValue ()
 Gets the property value.
 MgRasterProperty (CREFSTRING name, MgRaster *value)
 Constructs an MgRasterProperty object.
void SetValue (MgRaster *value)
 

Friends

class MgPropertyCollection

Detailed Description

Stores MgRaster 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.