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.
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.

 


Feedback Send feedback on this page