Web API Reference
MapGuide Open Source
Overview
Modules
Classes
MgDataPropertyDefinition
GetDataType
GetDefaultValue
GetLength
GetNullable
GetPrecision
GetReadOnly
GetScale
IsAutoGenerated
MgDataPropertyDefinition
SetAutoGeneration
SetDataType
SetDefaultValue
SetLength
SetNullable
SetPrecision
SetReadOnly
SetScale
INT32
MgDataPropertyDefinition::GetScale
(
)
Gets the scale (number of digits to the right of the decimal point) of a decimal data property.
Remarks:
This value does not apply to any other data type. The decimal data property is not supported.
.NET Syntax
int
GetScale()
;
Java Syntax
int
GetScale()
;
PHP Syntax
int
GetScale()
;
Returns:
Returns the scale.
Comments or suggestions? Send us
feedback
.