AutoCAD Map 3D 2009 Geospatial Platform Reference

AutoCAD Map 3D Geospatial Platform API

void MgDataPropertyDefinition::SetScale ( INT32  scale  ) 

Sets the scale (number of digits to the right of the decimal point) of a decimal data property. This value does not apply to any other data type.

.NET Syntax
void SetScale(int scale);
Java Syntax
void SetScale(int scale);
PHP Syntax
void SetScale(int scale);

Parameters:
scale (int) The scale of this decimal property.