MapGuide API Reference
|
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.
void SetPrecision(int precision); |
void SetPrecision(int precision); |
void SetPrecision(int precision); |
precision | (int) Precision of this decimal property. |