ArcObjects Library Reference (PublisherControls)  

esriARTool Constants

Control tool options.

Constant Value Description
esriARToolMapZoomIn 0 Map zoom in tool.
esriARToolMapZoomOut 1 Map zoom out tool.
esriARToolMapPan 2 Map pan tool.
esriARToolMapIdentify 3 Map identify tool.
esriARToolLayoutZoomIn 4 Layout zoom in tool.
esriARToolLayoutZoomOut 5 Layout zoom out tool.
esriARToolLayoutPan 6 Layout pan tool.
esriARToolMapMeasure 7 Map measure tool.
esriARToolMapHyperlink 8 Map hyperlink tool.
esriARToolNoneSelected 9 No tool selected (the tool cursor is a white arrow).
esriARToolMapIdentifyUsingLayer 10 Map identify using layer tool.
esriARToolMapSwipe 11 Map swipe tool.
esriARToolMapZoomInOut 12 Map zoom in / out tool.
esriARToolMarkupPenThin 13 Thin pen tool.
esriARToolMarkupPenMedium 14 Medium pen tool.
esriARToolMarkupPenThick 15 Thick pen tool.
esriARToolMarkupHighlightYellow 16 Yellow highlighter tool.
esriARToolMarkupHighlightGreen 17 Green highlighter tool.
esriARToolMarkupHighlightBlue 18 Blue highlighter tool.
esriARToolMarkupEraserSmall 19 Small eraser tool.
esriARToolMarkupEraserMedium 20 Medium eraser tool.
esriARToolMarkupEraserLarge 21 Large eraser tool.
esriARToolMarkupEraserStroke 22 Stroke eraser tool.
esriARToolMarkupRed 23 Red markup tool.
esriARToolMarkupNavy 24 Navy markup tool.
esriARToolMarkupGreen 25 Green markup tool.
esriARToolMarkupTeal 26 Teal markup tool.
esriARToolMarkupMaroon 27 Maroon markup tool.
esriARToolMarkupPurple 28 Purple markup tool.
esriARToolMarkupOlive 29 Olive markup tool.
esriARToolMarkupSilver 30 Silver markup tool.
esriARToolMarkupGrey 31 Grey markup tool.
esriARToolMarkupBlue 32 Blue markup tool.
esriARToolMarkupLime 33 Lime markup tool.
esriARToolMarkupAqua 34 Aqua markup tool.
esriARToolMarkupYellow 35 Yellow markup tool.
esriARToolMarkupFuchsia 36 Fuchsia markup tool.
esriARToolMarkupBlack 37 Black markup tool.
esriARToolMarkupWhite 38 White markup tool.
esriARToolCustom 99 Custom tool.

Product Availability

Available with ArcGIS Desktop. Requires Publisher Extension.

Remarks

The esriARToolMapIdentifyUsingLayer tool is used internally in the ArcReaderControl; it provides no extra functionality to the developer than that exposed with the esriARToolMapIdentify.  The developer is recommended to use the esriARToolMapIdentify tool (not the esriARToolMapIdentifyUsingLayer) when incorporating the Identify Tool in an application.

 

The esriARToolMapSwipe tool, consumed within the ArcReader desktop application at version 9.1, does not currently provide any purposeful functionality when implemented by developers working with the ArcReaderControl.

.NET Samples

ArcReaderControl spatial query (Code Files: SpatialQuery) | ArcReaderControl attribute query (Code Files: AttributeQuery) | ArcReaderControl map tools (Code Files: MapTools)

.NET Related Topics

PublisherControls