MapGuide API Reference
 All Classes Functions Variables Enumerations Enumerator Friends
virtual double MgCoordinateSystemGridSpecification::GetCurvePrecision ( void  ) [pure virtual]

Get the current curve precision value. same.

.NET Syntax
virtual double GetCurvePrecision ();
Java Syntax
virtual double GetCurvePrecision ();
PHP Syntax
virtual double GetCurvePrecision ();
Returns:
Returns the current curve precision value.
Remarks:
The curve precision value specifies the desired maximum distance between a complex curve approximation and the actual complex curve. This value may be left at zero, and a suitable default value will be choosen by the grid generation engine at grid line generation time.