This page contains reference documentation for the UTMZone member. This data member sets or gets the UTMZONE parameter.
int UTMZone;
Examples are as follows:
ProjectionModifier editProjectionModifier = new ProjectionModifier; // Set the UTMZone parameter. editProjectionModifier.UTMZone = 12;
For sample code: