Select to view content in your preferred language

Export to GeoJPEG

1985
2
11-23-2011 06:10 AM
RobertoSpedale
Emerging Contributor
Hi
I'am trying to export map in a geo image (with world file) by vba arcobject.
My script only works if I use "TiffExporter" CoClass but if I use "ExportJPEG" or "JPEGExporter" it doesn't work and I have error on line 23 of the script (in attach).
does anyone know what could be the problem?
many thanks!
Roberto
0 Kudos
2 Replies
KenBuja
MVP Esteemed Contributor
Which version of ArcGIS are you using? For ArcGIS 9 and above, you should be using IExport instead of IExporter, along with ExportTIFF and ExportJPEG instead of TiffExporter and JPEGExporter.
0 Kudos
RobertoSpedale
Emerging Contributor
Many many thansk kenbuja!
I use ArcGIS 9.0 and using IExport with ExportJPEG it's work!
0 Kudos