Tagged Questions
0
votes
0answers
33 views
ArcGIS 10 reports with map and data table
HI wonder if anyone knows how to automate a report showing parcel information along with an inset map on the same page. I have access to ArcGIS 10.
thanks
3
votes
2answers
61 views
Printing large number of Points in ArcGIS
I have bathymetric data which have thousands of points ( exactly 71 K).
Now when I try to print it in a large map size in ARCMAP 10.0 , the layout view freezes and the system is hung , possibly due ...
0
votes
1answer
78 views
How to update element text in arcpy.mapping? [closed]
I have a problem updating a map element text (named element1) in a map document using the following code:
a1 = '"' + ("element" + str(1)) + '"'
for elm in arcpy.mapping.ListLayoutElements(mxd, ...
2
votes
1answer
276 views
ArcMap 10 Layout View: search for elements and delete
I've to regenerate a single layout with data from each point feature. So, I wrote a VB.NET routine to clean the layout, searching for text element, selecting it and deleting it.
Well, the routine ...