AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgSingleProperty::MgSingleProperty ( CREFSTRING  name,
float  value 
)

Constructs an MgSingleProperty object.

.NET Syntax
MgSingleProperty(string name, float value);
Java Syntax
MgSingleProperty(String name, float value);
PHP Syntax
MgSingleProperty(string name, float value);

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