AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgRasterProperty::MgRasterProperty ( CREFSTRING  name,
MgRaster *  value 
)

Constructs an MgRasterProperty object.

.NET Syntax
MgRasterProperty(string name, MgRaster value);
Java Syntax
MgRasterProperty(String name, MgRaster value);
PHP Syntax
MgRasterProperty(string name, MgRaster value);

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