AutoCAD Map 3D 2009 Geospatial Platform Reference
From AutoCAD Map 3D Geospatial Platform API
|
|
| 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. |
|