MapGuide API Reference
|
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.
void SetScale(int scale); |
void SetScale(int scale); |
void SetScale(int scale); |
scale | (int) The scale of this decimal property. |