Provides access to members that control the basic map. Note: the IBasicMap interface has been superseded byIBasicMap2. Please consider using the more recent version.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
CoClasses that implement IBasicMap
CoClasses and Classes |
Description |
Globe (esriGlobeCore) |
A container for the display and manipulation of data in the Globe. |
Map |
A container for the display and manipulation of map data. |
Scene (esri3DAnalyst) |
A container for the display and manipulation of data. |
Remarks
IBasicMap is a subset of IMap that provides support for ArcScene and ArcGlobe. The Map (2D), Scene (3D), and Globe (3D) coclasses implement this interface. Components used by ArcMap, ArcScene, and ArcGlobe, (such as the IdentifyDialog) utilize IBasicMap rather than IMap.
.NET Snippets
Get BasicMap from Map |
Load Force Element Layer |
Load Tactical Graphic Layer |
Get BasicMap from Globe
.NET Samples
ArcGIS Network Analyst extension Engine application (Code Files:
frmMain) |
Tabbed feature inspector (Code Files:
EngineApplication) |
Updating the purge rule on a real-time temporal layer (Code Files:
TAPurgeRuleCmd) |
Using HookActions in custom commands (Code Files:
hookActionsCallout hookActionsFlash hookActionsGraphic hookActionsLabel hookActionsPan hookActionsZoom) |
RSS weather GraphicTracker (Code Files:
AddRSSWeather RSSWeather) |
Implementing a property page for an ArcGIS Engine application (Code Files:
frmMain) |
Save a layer file in a MapControl application (Code Files:
frmMain)