MapAreaShape Enum

Definition

Specifies the shape of a map area.

public enum class MapAreaShape
public enum MapAreaShape
type MapAreaShape = 
Public Enum MapAreaShape
Inheritance
MapAreaShape

Fields

Circle 1

The shape of the map area is circular.

Polygon 2

The shape of the map area is polygonal.

Rectangle 0

The shape of the map area is rectangular.

Remarks

The MapAreaShape enumeration represents the shape of a MapArea object. This enumeration is usually used to set the shape of a custom map area. A custom map area has user-defined coordinates and shape, as opposed to a map area that represents a chart element, which has a shape that is determined by the element it represents.

Applies to