MapViewRepresentations Class
MapViewRepresentations Class
Contains representations of a returned map view. Each representation defines the same map view using a different measure—bounding rectangle, height and width, or scale. For more information about map views, see Working with Map Views.
Public Class MapViewRepresentations Inherits System.Object
[C#]
public class MapViewRepresentations : System.Object
Public Properties
Name | Description |
---|---|
ByBoundingRectangle | The map view as a minimum bounding rectangle (ViewByBoundingRectangle object). A minimum bounding rectangle represents the geographic extent of the MapViewRepresentations object, expressed in latitude and longitude coordinates that represent the southwest and northeast corners. |
ByHeightWidth | The map view as a ViewByHeightWidth object. The ViewByHeightWidth object represents the geographic extent of the MapViewRepresentations object, expressed by the height and width in distance units (DistanceUnit enumeration) and latitude and longitude coordinates that represent the center point. |
ByScale | The map view as a ViewByScale object. The ViewByScale object represents the geographic extent of the MapViewRepresentations object, expressed by the scale and latitude and longitude coordinates that represent the center point. |
Remarks
A MapViewRepresentations object is returned by the following methods:
See Also
ViewByBoundingRectangle Class | ViewByHeightWidth Class | ViewByScale Class | MapView Class