Click or drag to resize

CartographicExtent Properties

The CartographicExtent type exposes the following members.

Properties
  NameDescription
Public propertyCenter
Gets the center of the extent.
Public propertyEastLongitude
Gets the easternmost longitude.
Public propertyLatitudePiInNativeUnits
Gets the value of π in the native units of the latitude coordinate.
Public propertyLength
Gets the length of the extent. The length is the difference between NorthLatitude and SouthLatitude.
Public propertyLongitudePiInNativeUnits
Gets the value of π in the native units of the longitude coordinate.
Public propertyNorthLatitude
Gets the northernmost latitude.
Public propertySouthLatitude
Gets the southernmost latitude.
Public propertyWestLongitude
Gets the westernmost longitude.
Public propertyWidth
Gets the width of the extent. The width is the difference between EastLongitude and WestLongitude.
Top
See Also