MapProjections Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the projections to be used for a map.
public enum class MapProjections
public enum MapProjections
type MapProjections =
Public Enum MapProjections
- Inheritance
-
MapProjections
Fields
Name | Value | Description |
---|---|---|
Equirectangular | 0 | The Equirectangular projection. |
Mercator | 1 | The Mercator projection. |
Robinson | 2 | The Robinson projection. |
Fahey | 3 | The Fahey projection. |
Eckert1 | 4 | The Eckert1 projection. |
Eckert3 | 5 | The Eckert3 projection. |
HammerAitoff | 6 | The HammerAitoff projection. |
Wagner3 | 7 | The Wagner3 projection. |
Bonne | 8 | The Bonne projection. |