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

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

+ Inheritance diagram for MgBooleanProperty:

List of all members.

Public Member Functions

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

Friends

class MgPropertyCollection

Detailed Description

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