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

Sets the easting and northing grid line increment values.

.NET Syntax
virtual void SetGridIncrement (double eastingIncrement, double northingIncrement);
Java Syntax
virtual void SetGridIncrement (double eastingIncrement, double northingIncrement);
PHP Syntax
virtual void SetGridIncrement (double eastingIncrement, double northingIncrement);
Parameters:
eastingIncrement(double) The distance between easting grid lines.
northingIncrement(double) The distance between northing grid lines.
Remarks:
In this context, easting refers to grid lines which represent a specific easting value; the resulting lines usually being vertical (i.e. south to north) grid lines. Northing refers to grid lines which represent a specific northing value; the resulting lines usually being horizontal (i.e. west to east).