AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgByteProperty Class Reference
[MgByteProperty]

Inherits MgNullableProperty.

List of all members.


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.

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