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