AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

MgPropertyDefinition::MgPropertyDefinition ( CREFSTRING  name,
INT16  type 
)

Constructs an MgPropertyDefinition object.

.NET Syntax
MgPropertyDefinition(string name, short type);
Java Syntax
MgPropertyDefinition(String name, short type);
PHP Syntax
MgPropertyDefinition(string name, int type);

Parameters:
name (String/string) The name of the property.
type (short/int) The type of the property.
Returns:
Nothing