MapAreaShape 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.
Specifies the shape of a map area.
public enum class MapAreaShape
public enum MapAreaShape
type MapAreaShape =
Public Enum MapAreaShape
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Rectangle | 0 | The shape of the map area is rectangular. |
Circle | 1 | The shape of the map area is circular. |
Polygon | 2 | The shape of the map area is polygonal. |
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.