Web API Reference MapGuide Open Source

MgByteProperty Class Reference
[MgByteProperty]

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

Inherits MgNullableProperty.

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.

Comments or suggestions? Send us feedback.