arcobjects
implementing interfaces during VB to VB.NET class migration
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.[详细]
2023-03-19 16:02 分类:问答VB6 to VB.NET conversion - System.Collections.IEnumerator
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[详细]
2023-03-09 16:50 分类:问答How to create an ArcMap Layer from a ArcGIS Map Service
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.[详细]
2023-02-19 01:02 分类:问答How do you remove a schema lock on a dbf file accessed using ArcObjects?
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[详细]
2023-02-01 19:01 分类:问答How do I add a scale bar or north arrow directly on the map control?
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[详细]
2023-01-30 06:44 分类:问答ArcObjects: saving IRaster with double values mapped to colors
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[详细]
2023-01-23 15:20 分类:问答How to access sublayer of a basemap in arcobjects?
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[详细]
2023-01-14 09:11 分类:问答arcobjects can't draw dynamic draw screen objects
I enabled the map to allow dynamic objects Then I grab the IDynamicDisplay from an event which I wired up.[详细]
2023-01-14 00:03 分类:问答How can I create an IDynamicDisplay obj in ArcObjects?
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. ; )[详细]
2023-01-13 23:32 分类:问答How to clear an ILayer?
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.[详细]
2023-01-13 19:16 分类:问答