AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgStringProperty::MgStringProperty ( CREFSTRING  name,
CREFSTRING  value 
)

Constructs an MgStringProperty object.

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

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