Provides access to members that control the ARMap.
Product Availability
Available with ArcGIS Desktop. Requires Publisher Extension.
Description
The IARMap interface is a starting point for navigating around the map, setting map properties, and accessing any layer's contained within the map.
Members
Description | ||
---|---|---|
![]() |
ARLayer | The layer at the specified index. |
![]() |
ARLayerCount | The number of layer in the map's layer collection. |
![]() |
BookmarkCount | The number of bookmarks in the map's bookmark collection. |
![]() |
BookmarkName | The name of the bookmark. |
![]() |
CanRedoExtent | Indicates if there is a map extent that can be redone. |
![]() |
CanUndoExtent | Indicates if there is a map extent that can be undone. |
![]() |
CenterAt | Moves the center of the map to the specified point. |
![]() |
CenterAtBookmark | Centers the map display on the bookmark. |
![]() |
CustomProperty | A property to associate data with an object. |
![]() |
Description | The description of the map. |
![]() |
DistanceUnits | The distance units of the map. |
![]() |
GetExtent | The visible extent of the map. |
![]() |
GetFullExtent | The extent of all the data within the map. |
![]() |
InternalObject | The internal ArcObjects IMap object. |
![]() |
MapScale | The scale of the map as a representative fraction. |
![]() |
MapUnits | The geographical units of the map. |
![]() |
Name | The name of the map. |
![]() |
Pan | Pans the map by a factor in a specified direction. |
![]() |
QueryARFeatures | Searches the map using a search definition and returns an ARFeatureSet. |
![]() |
RedoExtent | Redo the next map extent in the stack. |
![]() |
ReferenceScale | The reference scale of the map as a representative fraction. |
![]() |
Refresh | Redraws the map display area. |
![]() |
Rotation | The number of degrees the map display is rotated. |
![]() |
SearchARFeatures | Searches the map using a search definition and returns an ARFeatureCursor. |
![]() |
SetExtent | Sets the visible extent of the map. |
![]() |
SpatialReferenceName | The name of the map's spatial reference. |
![]() |
ToMapPoint | Converts a point in device coordinates (typically pixels) to coordinates in map units. |
![]() |
UndoExtent | Undo to the previous map extent in the stack. |
![]() |
ZoomIn | Zooms in on the map by a factor. |
![]() |
ZoomOut | Zooms out on the map by a factor. |
![]() |
ZoomToBookmark | Zooms the map display to the bookmark. |
![]() |
ZoomToFullExtent | Zoom to the full extent of all data within the map. |
CoClasses that implement IARMap
CoClasses and Classes | Description |
---|---|
ARMap | The ARMap container for the display of map data. |