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

Stores single precision floating point data with an associated key name. More...

+ Inheritance diagram for MgSingleProperty:

List of all members.

Public Member Functions

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

Friends

class MgPropertyCollection

Detailed Description

Stores single precision floating point 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.