The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
49 views

When clipping a raster and converting to a polygon, how do I recalculate the count column? [closed]

I wanted to recalcuate the "Count" column when you clip a raster and then convert it to polygon, the count column itself carrys it over from the origional raster. How do I recalculate it in the count ...
3
votes
1answer
162 views

ArcGIS 9.3.1 cannot delete a version

We are having trouble deleting a version made in our 9.3.1 sde. When we attempt to delete it, ArcCatalog returns a message saying Unable to Delete - Target State not found in States table. Upon ...
1
vote
4answers
2k views

How do I export an attribute table in ArcGIS version 9.3.1 to Excel?

In previous versions I could just export as a .DBF file, open it with Excel and the convert it to an Excel file. However now in this version the .DBF file can no longer be open by Excel. I have also ...
3
votes
2answers
92 views

Unable to turn a layer off in ArcGIS 9.3.1

I was called over to try and fix an issue with a coworkers ArcGIS software (ArcView 9.3.1 SP1, Windows 7) and couldn't fix it. When a certain layer is turned off in the table of contents it never ...
2
votes
2answers
491 views

ArcMap 9.3.1 .tlb not visible

I've created a Visual Studio 08 Active X - MXCommands dll for a VBA button within ArcMap 9.3.1. I'm able to load and use the .tlb on my computer; however when I try it on my test computer the .tlb ...
3
votes
3answers
2k views

How to batch clip to a single-part shapefile using ArcGIS 9.3 and Python 2.5?

How do I clip a shapefile to a single-part shapefile using ArcGIS 9.3.1 and Python 2.5? Example: I have a set of lines (lines.shp) I am trying to clip to each record in a shapefile called Grids.shp ...