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

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

+ Inheritance diagram for MgStringProperty:

List of all members.

Public Member Functions

INT16 GetPropertyType ()
 
STRING GetValue ()
 Gets the property value.
 MgStringProperty (CREFSTRING name, CREFSTRING value)
 Constructs an MgStringProperty object.
void SetValue (CREFSTRING value)
 

Friends

class MgPropertyCollection
class MgStringCollection
class MgStringPropertyCollection

Detailed Description

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