tags:

views:

55

answers:

1

I would like to add an ArcGIS Image Service programmaticaly using ArcObjects. My Image Service specs are below.

Data Type: ArcGIS Image Service Service Name: Aerial Imagery 2008 AIS Service URL: ImageService://gisimage/2008_DOQQ Data Representation Type: RGB

Thanks in advance.

Jorge

A: 

See the example here: http://resources.esri.com/help/9.3/ArcGISServer/apis/ArcObjects/esriCarto/IImageServerLayer.htm

Use IImageServerLayer instead of IImageServerLayer2 though.

Kirk Kuykendall

related questions