Select to view content in your preferred language

Display raster cell boundary in ArcGIS  10

4026
1
02-21-2012 08:45 AM
DonaldCatanzaro
Emerging Contributor
Hi All,

Is there a tool out there to display the cell boundaries of a raster map ?  I do not think that this tool http://edndoc.esri.com/arcobjects/9.0/samples/spatialanalyst/celltool/celltool.htm is working in ArcGIS 10 (likely due to the move away from VB6.

Thanks !

-Don
0 Kudos
1 Reply
curtvprice
MVP Alum
You are correct that the 9.x Cell Tool developer sample does not work in 10.x. Few 9.x ArcObjects apps do, as the entire framework changed a lot at 10x.

If you need to see cell boundaries a method I recommend is to create a random integer grid and display it transparent using the discrete renderer.

Also, there is a 10.x tool (though you need to add the button to the interface using Customize) that is maybe exactly what you are looking for - it's called Pixel Inspector.

Desktop Help 10.2: Using the Pixel Inspector
http://resources.arcgis.com/en/help/main/10.2/index.html#//009t00000097000000
0 Kudos