MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
void MgDataPropertyDefinition::SetPrecision ( INT32  precision)

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

.NET Syntax
void SetPrecision(int precision);
Java Syntax
void SetPrecision(int precision);
PHP Syntax
void SetPrecision(int precision);
Parameters:
precision(int) Precision of this decimal property.