ProjectionModifier.FirstStandardParallel

This page contains reference documentation for the FirstStandardParallel member. This data member sets or gets the FIRSTSTANDARDPARALLEL parameter.

Declaration

double FirstStandardParallel;

Examples

Examples are as follows:

ProjectionModifier editProjectionModifier = new ProjectionModifier;

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

editProjectionModifier.FirstStandardParallel = 50;

Working Sample Code

For sample code: