ProjectionModifier.SecondStandardParallel

This page contains reference documentation for the SecondStandardParallel member. This data member sets or gets the SECONDSTANDARDPARALLEL parameter.

Declaration

double SecondStandardParallel;

Examples

Examples are as follows:

ProjectionModifier editProjectionModifier = new ProjectionModifier;

// double precision number for the SecondStandardParallel parameter.
// This parameter is in degrees.

editProjectionModifier.SecondStandardParallel = 52;

Working Sample Code

For sample code: