Provides access to members that control the Basic Document.
Product Availability
Available with ArcGIS Desktop.
Members
|
|
Description |
|
AddLayer |
Adds a layer to the current focus map or scene. |
|
ContextItem |
The last item that was right-clicked. |
|
SelectedItem |
The selected item in the layer control. |
|
SelectedLayer |
The selected layer in the layer control. |
|
TableProperties |
Table properties, for Layers and Tables. |
|
UpdateContents |
Notifies the document that the contents have been updated. |
CoClasses that implement IBasicDocument
CoClasses and Classes |
Description |
MxDocument |
Esri Mx Document. |
.NET Samples
Layer property page and property sheet (Code Files:
SimpleLayerPropertiesCmd) |
Automate ArcGIS for Desktop applications (Code Files:
Form1) |
Simple logging dockable window with a custom context menu (Code Files:
LoggingDockableWindow) |
Time Series Graph tool add-in (Code Files:
TimeSeriesGraph)
.NET Related Topics
Automating ArcGIS for Desktop applications |
How to create property pages and property sheets