AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgInt32Property::MgInt32Property ( CREFSTRING  name,
INT32  value 
)

Constructs an MgInt32Property object.

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

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