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

Stores a single BYTE of data with an associated key name. More...

+ Inheritance diagram for MgByteProperty:

List of all members.

Public Member Functions

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

Friends

class MgPropertyCollection

Detailed Description

Stores a single BYTE of data with an associated key name.

Remarks:
Stores an instance of this class in an MgPropertyCollection object. Use the key name to retrieve the instance from the property collection.