AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgDoubleProperty::MgDoubleProperty ( CREFSTRING  name,
double  value 
)

Constructs an MgDoubleProperty object.

.NET Syntax
MgDoubleProperty(string name, double value);
Java Syntax
MgDoubleProperty(String name, double value);
PHP Syntax
MgDoubleProperty(string name, double value);

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