AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgBlobProperty Class Reference
[MgBlobProperty]

Inherits MgNullableProperty.

List of all members.


Detailed Description

Stores BLOB (Binary Large Object) 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.

Public Member Functions

INT16 GetPropertyType ()
 
MgByteReaderGetValue ()
 Gets the property value.
 MgBlobProperty (CREFSTRING name, MgByteReader *value)
 Constructs an MgBlobProperty object.
void SetValue (MgByteReader *value)
 

Friends

class MgPropertyCollection