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::GetPrecision
(
)
Gets the precision (total number of digits) of a decimal data property.
Remarks:
This value does not apply to any other data type. The decimal data type is not supported.
.NET Syntax
int
GetPrecision()
;
Java Syntax
int
GetPrecision()
;
PHP Syntax
int
GetPrecision()
;
Returns:
Returns the precision.
Comments or suggestions? Send us
feedback
.