Need ArcID to remove Geoprocessing from main menu in ArcGIS 10.2 VBA
I have a vba script that I use to remove items from the main menu in ArcMap. The following lines all work just fine to remove their respective menu items:...
View ArticleAdd-In clicked and becomes Disabled
Hi all, Firstly, this issue I'm having happens very rarely, but I'm curious as to why it happens. Unfortunately it's not re-producible (or at least I haven't found a way to yet). Occasionally we will...
View ArticleProblem with ExportfeatureClass
I want to export a selectionset from a specified SDE layer, when get the featureclass via OpenFeatureClass methord, it's ok. But if get the featureclass from the existing layer in arcmap window, an...
View ArticleAsking about creating the new style (Catorgraphic Line Symbol) ?
Hi everyone, I am trying to create a new line style using Style Manager in ArcMap. Please see my image: Attachment 26749 Then I use this style to draw lines on the map control object, but it is too...
View ArticleHelp with ArcObjects for VBA Application
I have inherited a VBA application that we use to notify land owners of changes in zoning near their properties. I did not write the original application and I have not done much programming in VBA. I...
View ArticleHow to zoom in/out selected elements of MapControl ?
Hi everyone, I have a mapcontrol that includes many elements: text, line. I used this code to add elements into mapcontrol: pGraphicsContainer.AddElement(pElement, 0); I can use zoom button to zoom...
View ArticleArcGIS (ArcObjects) 9.3 C++ Cross platform SDK Wiindows 7 support
Hi all, First of all sorry for the cross-posting [1], but I am not sure about the way I should follow. I am new to ArcGIS and developing an application by using ArcObjects 9.3 MapTool with Qt. My...
View ArticleNon feature-linked labels with leader line
Hi everyone, i am stuck on a labeling issue, hoping to be able to receive some useful hints here. I have a point feature class which i need to label (non-feature-linked). Using...
View ArticleNon English labels on Linux Java application
Hello all We write a JAVA application on eclipse for Linux RedHat. We need to show labels that are not in English. We use lyr files or MXD to get layers with labels on the screen. The labels looks ok...
View ArticleWPF Designe Type for a Dockable Window Add-In for ArcGIS for Desktop
While creating a new Dockable Window add-in for 10.1, I see there is a WPF designer type. After choosing this, I created a simple UI. The UI displays correctly however when I add a reference to...
View ArticleGetting X Y Point from contxt menu right click
Hello, I have created a custom tool that I've added to the Sketch Tool context menu. How do get the x y point on the map that was clicked to fire the context menu? Thanks!
View ArticleElectric Network CreateForwardstar Connectivity List
I have been working on getting something like this to work for a long time so thought that I would share with the community, in case someone else wants to use some of what I have so far. What we needed...
View Article.NET addin, support for .NET framework 4 ? (Arcgis 10.0)
Hi is there some trick how to use .NET framework 4 for esri addin for arcgis 10.0? I know in 10.1 is 4 supported but no in 10.0. thanks
View ArticleCan't register StyleGallery.dll when install my program (using Visual...
Hi everyone, In my program, I used the IStyleGallery (need using ESRI.ArcGIS.Framework). When I install and run my program. I got the error: "Retrieving the COM class factory....". And, I discovered...
View ArticleESRIRegAsm.exe - No Desktop - Specified Product not installed
Hi, I got an Windows 2008 R2 with ArcGIS for Desktop and ArcGIS for Server installations. No I developed a dll that I want to register to both: the Server and the Desktop. When I run Code:...
View ArticleError when using ServerStyleGalleryClass ?
Hi, First, I used: IStyleGallery styleGallery = new StyleGalleryClass(); I can run my program without error (on my computer). But this require using ESRI.ArcGIS.Framework (need install Arcgis Desktop)....
View Articlecreate a new UI control (using ControlCLSID) Java
I need to create a new UI control (using ControlCLSID) for a custom IGPDataType in a geoprocessing tool. I'm using Java with ArcObject SDK now. Now I'm a little stuck, I found only how to do the same...
View ArticleJoinField in geoprocessor giving errors
HI, I am in Arc10.0 using VB.net. trying to use the GP tool JoinField as shown below, but it keeps giving "Runtime.InteropServices.COMException (0x80004005)" ERRORS. I have used other GP tools just...
View ArticleRun-time paths of script tools
I've written a custom tool executable and I've added it to ArcGIS as a script tool using the method discussed here: http://resources.arcgis.com/en/help/...000003t6000000 The tool reads from a config...
View ArticleUse GROUP BY in SelectLayerByAttribute where_clause ??
Hi, I am developing a stand alone C# Map control application using ArcGIS Engine 10.1. I am trying to select features in a point feature class using "SelectLayerByAttribute" class which requires me to...
View Article