arcobjects
Why is my code not using available processor cycles?
I have written a plugin for ESRI ArcEditor that runs some validation checks on a road network. To check if the rules are all satisfied, it basically does a whole bunch of different intersects, with so[详细]
2023-01-13 09:03 分类:问答How do I release an InMemoryWorkspaceFactory in the ESRI Map Control?
I am embedding the ESRI Map Control into a custom ActiveX control written in MFC/C++. The custom ActiveX control serves as a Map Control wrapper so I can embed it into a specific environment that is r[详细]
2023-01-10 16:11 分类:问答Getting started with arcobjects, without aiming to be developer?
What is the best route or place to get started with arcobjects if one is not a developer and not aiming to become one?[详细]
2023-01-08 13:01 分类:问答Find Dangles of road shapefile
I have a road shapefile n I want to find Dangles without creating a topology, is it possible to find Dangles without topology with arcobjects please assest me coz its too much 开发者_如何学Goheadach t[详细]
2023-01-07 05:06 分类:问答Writing an extension method for type T; how can I add a type constraint for a field of T?
Initial situation: I am working with a proprietary framework (ESRI\'s ArcGIS Engine) which I want to extend with some new functionality. I\'ve chosen to use extension methods in C# for this.[详细]
2023-01-05 19:52 分类:问答How to create variables from strings in arcobjects?
This hopefully is a simple question with a simple answer.If I have a list box or something that has a list of like 4 years (like 2006 through 2009), how do I programmatically make variables of these y[详细]
2023-01-05 12:28 分类:问答How do I finding multiple Intersection results via ReverseGeoCoding in ArcObjects?
The project I\'m working on requires me to find intersections near a point (searching a street centerline layer).For 90+% of my searches, I seem to be getting the appropriate results, however in certa[详细]
2023-01-05 08:16 分类:问答IEqualityComparer and weird results
Take a look at this class: public class MemorialPoint:IMemorialPoint,IEqualityComparer<MemorialPoint>[详细]
2023-01-04 10:38 分类:问答How do you save an object to a fooSettings.settings file in Visual Studio?
Can you save an object to a settings.settings file in Visual Studio?If so how?I think you can make your object serializable and it should persist, but I\'m not sure if I\'m doing it right i.e. when I[详细]
2023-01-03 11:27 分类:问答Getting an Access 2007 table (.accdb extension) in ArcMap programmatically
I have recently found a script from ArcScripts on how to get an Access table in ArcGIS programmatically and it works well. But this is for Access 2003 (.mdb extension) and earlier. The code is posted[详细]
2023-01-02 20:57 分类:问答