Retrieving the COM class factory for component with CLSID : error: 80040111
I am working on migrating 9.3 Arc GIS Engine application to 10.1 Arc GIS Engine application. Everything is working good but at one of the following line(Dim pCalc2 As ICalculator = New...
View ArticleAdd-in toolbar with .NET and Python components?
Hello, Does anyone know if it's possible to have an add-in toolbar (either .NET or Python) that can be configured to host both .NET and Python add-in buttons? I have several tools of both flavors that...
View ArticleHow to pass parameters as inputs to BaseTool or BaseCommand from my main...
Hola/ Hi, I am working on ArcObjects10.1 Engine in C# stand alone application (dont have a desktop license). I have a doubt which had been haunting me from several days. How do I pass inputs from my...
View ArticlePrblem with Zooming
Hello I buit a GUI. This GUI able the user the enter the following parameters: * the name of the point * its longitude * its latitude and other parameters (all are input from a Textbox) This GUI has...
View ArticleC# Error Using ISqlWorkspace for Arcmap 10.0
I'm trying to run a query using the ArcObjects Interface ISqlWorkspace for Arcmap 10.0, but I keep receiving two different errors (depending on which line of code is commented out). My code is below:...
View ArticleArcMap, storing a variable inside MxDocument?
Is it possible to store a variable inside the MxDocument itself like you would for AutoCAD? I ask because we want to create our own scale factor for a drawing/document that is set by the user and just...
View Article.net ,output raster image from activeview unexpected acting
Hello everybody, i am trying to export envelop from the active view with specific coords , first i zoom to raster res, and then calc the envelop coord in pixels , when i trying to output to bmp image...
View ArticleArcGIS Engine Developer Kit Custom Application
Hi so for some days now I have been struggling with my application not running on a Desktop License and have made it work... for those who want to know what i have done HERE IS THE LINK TO MY OTHER...
View ArticleSummarize a field grouped by values in the field
Hi all, I am trying to summarize a field and populate the result in a listview. below is the code of what I am trying to accomplish but with no success. I want it to work as the summarize tool in...
View ArticleProblem adding ItemAdded event handler (IActiveViewEvents)
This is driving me batty. I have an add-in that works fine on 10.1 but not 10.0. With some judiciously placed breakpoints and exception catchers, I can see that the problem has to do with adding an...
View ArticleDrag and Drop layer
Hi all, Any way to drag a layer from the TOC and drop it into a combobox on a form? As the image below, I created a dockable window where I have two comboboxes: I want to populate the 1st one with the...
View Articleerror while publishing the service using arcobjects 10.2.1
error--Instance of service failed to process a request. AutomationException getting above eror while publishing the service using arcobjects 10.2.1 Any help will be appritiated i am using following...
View ArticleARCOBJECTS geocoding-like webservice
hi all I am new to arcObjects and need help with this I have a scenario in which I need to create a webservice that takes the (X,Y) points from a user click on the map, then it connects to an SDE and...
View ArticleArcMap crashes with add-in, but not when started from Visual Studio 2012
I am building an add-in for a while. It is open source and the code is here: https://mcda4arcmap.codeplex.com/SourceControl/latest. The problem: ArcMap (latest version) crashes on start up when the...
View ArticleUpdating feature layer with dynamic map enabled
In my application I am using dunamic map with few dynamic layers and few standard feature layer connected with file gdb feature class. The dynamic layers works fine. But I am having issues with the...
View ArticleChanging version is very slow
Hello, I am changing the version in the ArcMap by code and updating the feature classes of all layers/ standalone tables. This way they point to the data on the new version. I have referred the code at...
View ArticleROP2 issue with ITextSymbol
ArcMap 10.0 Service pack 5 When I apply ROP2 = esriRasterOpCode.esriROPNotXOrPen or ROP2 = esriRasterOpCode.esriROPXOrPen to an ISymbol, the text displayed by the associated ITextSymbol is fully...
View ArticleProgrammatically use a stock symbol from the ArcMap layer.
The ArcMap includes all kinds of symbols and styles that can be assigned to features on a map. Symbols and styles in ArcGIS 10.0 http://blogs.esri.com/esri/arcgis/20...n-arcgis-10-0/ If I have a...
View ArticleArcMap Options
In ArcMap, if I modify the "raster layer" options (menu customize, Arcmap option), they are not saved in the MDX file. do you know how can I set the "ArcMap options" using the arcobjects in vb.net?
View Articleget single route feature
if i have this IRouteLocator2 routeLocator = GetRouteLocator(featureClass, idFieldNameValue, measureUnit); IRouteLocation routeLocation = new RouteMeasurePointLocation();...
View Article