AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgInt16Property::MgInt16Property ( CREFSTRING  name,
INT16  value 
)

Constructs an MgInt16Property object.

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

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