This page contains reference documentation for the Easting member. This data member sets or gets the EASTING parameter.
double Easting;
Examples are as follows:
ProjectionModifier editProjectionModifier = new ProjectionModifier; // double precision number for the Easting parameter. editProjectionModifier.Easting = 500000;
For sample code: