This page contains reference documentation for the SecondStandardParallel member. This data member sets or gets the SECONDSTANDARDPARALLEL parameter.
double SecondStandardParallel;
Examples are as follows:
ProjectionModifier editProjectionModifier = new ProjectionModifier; // double precision number for the SecondStandardParallel parameter. // This parameter is in degrees. editProjectionModifier.SecondStandardParallel = 52;
For sample code: