AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgBlobProperty::MgBlobProperty ( CREFSTRING  name,
MgByteReader value 
)

Constructs an MgBlobProperty object.

.NET Syntax
MgBlobProperty(string name, MgByteReader value);
Java Syntax
MgBlobProperty(String name, MgByteReader value);
PHP Syntax
MgBlobProperty(string name, MgByteReader value);

Parameters:
name (String/string) The name of the property.
value (MgByteReader) the value of the property.