This page contains reference documentation for the SetProjectionRobinson function. This function sets the PROJECTION parameter to ROBINSON.
int SetProjectionRobinson()
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: