I\'m migrating the CenterSnap.cls from its vb version to vb.NET and I\'m confused about the following 2 errors after I import the vb6 project to VS 2008.
I have a fairly lengthly block of code that I\'m trying to convert from VB6 to VB.NET.The ArcObjects GIS code basically looks at a table and groups a bunch of GIS layers together and adds them to the
I would like to add an ILayer created from an ArcGIS Server Map service to an IMap with ArcObjects, but don\'t see how to do it.
I am creating a custom geoprocessing tool for ArcGIS Desktop/Server.During the tool execution, I create a dbf file and access its contents using a cursor.The lock on this file remains after the tool h
I\'ve already looked into 开发者_StackOverflow中文版SurroundFrames and MapSurrounds, but this appears to be for cases in which you want to add these elements to a printed page. I, on the other hand, a
How do you save IRaster with double values in it\'s cells mapped to some colors? For example, (-inf; -50] maps to blue, [+50; +inf) maps to yellow, ot开发者_运维百科hers are calculated gradually.Figur
ILayer layer = mapControl.get_Layer(1); //layer 1 is usa_base_map I have an I开发者_开发百科Layer, now I want to access and turn on and off various sublayers like the street layer or the railroad l
I enabled the map to allow dynamic objects Then I grab the IDynamicDisplay from an event which I wired up.
I am trying to draw a text g开发者_开发知识库lyph on the map and all the tutorials say I need a IDynamicDisplay, but I don\'t know how to get at one.Thanks in advance. ; )
I can clear all the layers 开发者_StackOverflowusing mapControl.ClearLayers(), but I only want to clear one layer (a sublayer of a basemap, like cities).I\'m new at this, thanks in advance.