Tagged Questions
1
vote
1answer
93 views
How to programatically replace ArcGIS Online image with new imagery in mxd's?
I have many mxds that previously used ArcGIS Online Bing imagery. I want to replace those with newly purchased imagery. I know I need to use the arcpy.mapping.MapDocument module to do this though not ...
1
vote
1answer
55 views
Change printer for a specific map document from Arcpy
Is it possible to change the printer for a particular map document from ArcPy? The mxd is saved with the default printer settings, and I know with the PrintMap() function one can specify the printer ...
4
votes
3answers
121 views
Store “template” mxds inside model
Since the ability to store mxds inside a file gdb is still just an idea, I've been mulling over my options for using a "template" mxd within a model. My model uses 4 different mxds, but currently it ...
1
vote
0answers
53 views
Why are the special fonts in a .mxd-project not used/found?
I have a .mxd-project file from a customer which uses special fonts (TrueType). I installed these fonts in Windows but my application (mostly a MapControl) doesn't use these fonts for displaying. I ...
7
votes
2answers
350 views
Locked/Uneditable Map Document
I am wondering if its possible to create a locked map document?
I have a document that multiple users will be accessing and as a way of preventing them from making any accidental errors, am wondering ...
2
votes
1answer
1k views
error on mxd.save/saveACopy
I'm trying to use arcpy to save an .mxd and am having an issue. It doesn't matter if I use mxd.save or mxd.saveACopy I get the same error. I know it doesn't look like I am doing anything w/ it here, ...
2
votes
4answers
1k views
How to enumerate ArcGIS Server 10 map services with ArcPy
I need to connect to ArcGIS server with ArcPy and enumerate over map services. I need to:
Loop through each ArcGIS server map service
Stop/Start the service
Get the service source document (MXD/MSD) ...
4
votes
2answers
467 views
arcgis 10, python update raster of mxd file
i wanted to update the raster file in a mxd file using python. for example, i created a.mxd which contains b.tif file in it. now, i obtained c.tif and want to update the a.mxd, i.e. want to delete ...
1
vote
1answer
639 views
arcgis server 10 tif mxd problem
i am using arcgis server 10. first i opened arcmap and added a.tif file. then i saved it using
File -> Save As
as a ArcMap Document (*.mxd) file, let's say b.mxd.
Now i open arccatalog and ...
4
votes
1answer
429 views
Countries mxd file?
Anyone know where I can get a decent mxd file that has country boundaries. Currently I'm using the world.mxd file that comes with ArcObjects; however, what I really am looking for is one that has all ...
3
votes
1answer
404 views
Can ArcPublisher 10 publish backwards to an 9.3 PMF?
It seems like a lot of other functions within ArcGIS are getting backwards compatibility (file geodb creation, MXD files). I'll still need to publish 9.3 PMF files for a few months and I couldn't ...