Tagged Questions
3
votes
0answers
122 views
How to read pixel values from an image server layer with ArcObjects?
I'm having a problem with reading pixel values from the image server layer. The image server layer class implements IRasterLayer, so when I tried to read pixel values using IRaster2 obtained through ...
5
votes
1answer
185 views
How should I publish an arcgis toolbox via arcobjects (c#)?
I've been able to create map and image services by creating, adding, and starting configurations through an IServerObjectAdmin interface to a version 10.0 (sp4) ArcGIS server. Now, I'm shifting my ...