MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
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.