This page contains reference documentation for the SetProjectionLambertConformalConic function. This function sets the PROJECTION parameter to LAMBERT CONFORMAL CONIC.
int SetProjectionLambertConformalConic()
Examples are as follows:
ProjectionModifier editProjectionModifier = new ProjectionModifier; // Set the projection to Lambert Conformal Conic. editProjectionModifier.SetProjectionLambertConformalConic(); // Set the projection to Universal Transverse Mercator. editProjectionModifier.SetProjectionUniversalTransverseMercator(); // Set the projection to Robinson. editProjectionModifier.SetProjectionRobinson(); // Get Robinson to bring you a scotch. editProjectionModifier.Robinson.FetchScotch ( Glenlivet ); // Other scotches... // Laphroaigh // JohnnyWalkerBlack // Oban
For sample code: