Rendering Outline of Selected Features
I have a selection set consisting of several features. I would like to change the outline color of each these features to a unique color. Is this possible to do? Please let me know if this is not the...
View Article[C#] Adding a layer to shapefile from Add Data Dialog
Hello, I am trying to add a layer to a shapefile. My code is currently very similar to what is provided by ESRI: Code: private void AddShapeFile() { Â // Create a new ShapefileWorkspaceFactory object...
View ArticleBlinking a Symbol in background
Hi/Hola/Namaste, I am currently trying to blink a symbol which is displayed as a graphic element using PictureMarkerSymbol. I have Used FlashShape() funtion to blink the symbol, I am able to blink the...
View ArticleHow to use third party dll in arcobject tool?
I use arcobject to build custom tool for working with arcmap or arcgis server like a geoprocessing tool. Is there any way to use third party dll in my case? I have try test app as an arcengine...
View ArticleRaster Calculator Exception in ArcEngine 10.1
Hi, We just upgraded from ArcEngine 10 to 10.1 and now the raster calculator does not seem to work anymore. Whenever I execute the geoprocesing tool, we get a LoaderLock was detected error and we are...
View ArticleAdding XY event source programatically
I can add a table as an XYEventSource from an Access database, with the following code. This works. My problem is described after the code block. Code: srWorkspace = ao.OpenAccessWorkspace(dataSource);...
View Articlefinding and removing duplicates using attributes
Hi to all, I found a post from 2009 in the ArcObjects Visual Basic for Application (VBA) forum , the author is John Hauck. He suggested the following code for finding duplicate geometry: Code: Sub...
View ArticleMap MouseMoveEvent to display other coordinate formats in the status bar
I am trying to access a map MouseMoveEvent, if there is one that exists. What I am trying to do is to display the coordinates of the mouse in coordinates other than the ones displayed in the status bar...
View ArticleChange the Coordinates Displayed in the Status Bar Programmatically
I am looking for a way to programmatically change the coordinates displayed in the status bar from WGS84 Decimal Degrees to DMS or MGRS. I know the user can change this themselves, but my requirements...
View ArticleAccess attributes of a deleted feature
I am migrating code for an ArcGIS extension from 9.3 to 10.1. The code is throwing an exception in one place. My duty is just to migrate it to 10.1, so I really don't like to do any modification more...
View ArticleDifference Between Graphic Layer and Feature Layer
Namaste/Hola/Hi, I am currently trying to provide a facility to draw lines, polygons, plot custom drawn symbols as PictureMarkerSymbols.. into a layer. Features like creation of new layer, adding...
View ArticleError Message of invalid qualifier: in VBA 6.0
I have code written for combobox and it is giving me an error of invalid qualifier. I am not understanding becuase I have declared the variable. Please help! [/CODE] Private Sub cboStations_Change()...
View ArticleError: Wrong number of arguments or invalid property assignment in VBA 6.0
I am getting and erro of wrong number of arguments in my code. I am not understanding why. Please help!! [/CODE] Private Sub cboStations_Change() If cboStations.Text = "Urban" Then cboYear.Clear...
View Article[.NET] Get DTED Data (Elevation) Between Two Points
Dear All, I want to get DTED data (elevation) between two points (on a line). Is there any built-in function for this purpose or I should implement it on my own? What I want is similar to Linear Line...
View ArticleArcGis Engine
Hi, I have ArcObjectsSDKNET (10sp3) and ArcGISEngine (10sp4). They can be install and work together or I need to have the same pack. Maybe ArcObjectsSDKNET (10sp3) and ArcGISEngine (10sp3)? Thks
View ArticleDisplay attributes of selected feature using c#
Hi. I need to show attributes or records of selected feature using C# code. Can any one help Please?
View ArticleDeploy geoprocessing custom tool to arcgis server 9.3
Hi everyone, I developed custom geoprocessing tool on arcgis 9.3.1 products. I had installed arcgis desktop (arc catalog and arcmap) 9.3; arcengine; arcobject; and arcgis server 9.3.1 on my desktop...
View ArticleLoop inside a loop or Nested Loop in VBA
I need help with a loop. I need it to do 2 things and I'm not sure how to write a double loop. Would my code look like this : If cboStations.Text = "Urban" then If cboYears.Text = "2010" then...
View Articlecode for distance between points
I am a beginner of arcobjects. My question is to write code for Calculation of Distance Matrix between different locations (different spots) and save it automatically in a table or a *csv file. The...
View Articlequestion about custom symbol in arcmap
I write a custom symbol component like logomarker symbol ,but i use agg instead of gdi. When I open shape files in arcmap and use my custom symbol to render the data, It is successful. However , when I...
View Article