Description:
This command allows the user to create and manage spatial bookmarks and lists them in alphabetical order.
The class for the Bookmark Manager implements the ICommand interface. To create any type of command in
Visual Basic for use in ArcInfo, you need to implement ICommand.
The bitmap for the command is loaded from a resource file that is included in the Visual Basic project.
An alternative way to store the bitmap and cursor is create a VB form and add a PictureBox for the bitmap and a
PictureBox for the cursor to it.
Products: ArcView: VB6
Platforms: WindowsMinimum ArcGIS Release: 9.0 |
How to use:
- Browse for and select the prjBookmarkmgr.dll using the 'Add From File' button on the Customize
dialog. Place the button somewhere on a toolbar.
- To use the button, add some data to your map and zoom into an area of interest. Next,
click the newly added button and you will see, if previously created, a list of all bookmarks
associated with the map in alphabetical order. You can create remove bookmarks with the manager.
| clsBookMkMgr.cls
|
Class file demonstrating how to create the custom button. |
| prjBookMarkMgr.vbp |
The project file for the custom button representing the Bookmark Manager. |
| prjBookmarkMgr.dll |
The compiled project. |
Download the VB6 files
Download the files for all languages
Key Interfaces: ICommand, IMapBookmarks, IAOIBookmark ,