This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the north arrow.
Name | Description | |
---|---|---|
Angle | The counter-clockwise rotation of the north arrow in degrees. This value is calculated from the map. | |
CalibrationAngle | Calibration angle. Rotation is modified by this angle. | |
Color | Color used to draw the north arrow. | |
DelayEvents | Used to batch operations together to minimize notifications. | |
Draw | Draws the map surround into the specified display bounds. | |
FitToBounds | Adjusts the map surround to fit the bounds. The changed argument indicates whether the size of the map surround was changed. | |
Icon | Icon used to represent the map surround. | |
Map | The parent map. | |
Name | Name of the map surround. | |
QueryBounds | Returns the bounds of the map surround. | |
ReferenceLocation | The point on the map where north is calculated. | |
Refresh | Makes sure the latest updates are refected the next time the Map Surround is drawn. | |
Size | Size of the north arrow in points (1/72 inch). |
Interfaces | Description |
---|---|
IMapSurround | Provides access to members that control the map surround. |
Classes | Description |
---|---|
MarkerNorthArrow | A map surround for displaying a marker north arrow. |
The INorthArrow interface provides a common interface for North arrow properties, such as size, color, and reference location.
IMarkerNorthArrow provides access to the MarkerSymbol used to draw the North Arrow.