AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgDataPropertyDefinition::SetDataType ( INT32  type  ) 

Sets the data type of this property. See MgPropertyType for the different data types.

.NET Syntax
void SetDataType(int type);
Java Syntax
void SetDataType(int type);
PHP Syntax
void SetDataType(int type);

Parameters:
type (int) The data type of this property.
Returns:
Returns nothing.