Setup MapControl Application
Hi I work ehith ArcGis 9.3.1 and I have developed a MapControl Application with C# and ArcObjects. I need to create the setup of this application. The end user's pc, that hasn't ArcMap, require ArcGis...
View ArticleSubsets of Geometric Networks not implemented?
I've got some code that iterates through all datasets and subsets in a workspace. When I get to an instance of an IDataset for a geometric network and access the Subsets property, I get the...
View ArticleCheckout an Arc10 Engine license from an ASP app inside ASP.NET / IIS
Has anyone had any issues checking out an Arc 10 esriLicenseProductCodeEngine license from an ASP.NET app running in IIS? I am binding to the EngineOrDesktop Product Code but it just won't check it...
View ArticleExtract vertices of polyline
Hi all I'm developing add-in for ArcMap using C#. I find a way to extract vertices of polyline. With polygon, after convert polygon featureclass to Ipolygon, I can extract vertices of polygon. But I...
View ArticleReduce number of vertices
I must be using the wrong terminology in my search. We're going to be doing some raster -> polygon delineation in ArcGIS Server using .Net ArcObjects (in 10.0). We know the results will be a little...
View ArticleGraduated Symbols
How do you created an IClassBreaksRenderer that uses "Graduated Symbols"? I have been able to create one for "Graduated Colors" but have not found the way to programmatically modify this setting....
View ArticleLoad esriUnits in ComboBox with familiar names
In my ArcMap extension (VB2010) I have a form with two comboboxes where the user can select two linear units to do a quick conversion. I have loaded up the available ESRI units in the enumeration...
View ArticleRequesting help starting with Visual Studio debugging
Hi, At the risk of posting the dumb-a$$ question of the week, here goes: I am very new to VB.Net , Visual Studio, and ArcObjects. I have inherited a very large extension that I need to do some simple...
View ArticleArcMap addin locking newly created shp files
Hello i hope this is the right subforum. I created arcmap addin in c# some data export into shape. When the tool is done and the shape files are ready for use i get the following error upon trying to...
View ArticleSpatial Query error
Hi guys I've got a problem with spatial query. I generate IGeometry igPairLine and compare it a map boundary (IGeometrybag gbBaseMap) using IRelationalOperator. The purpose is checking whether a line...
View ArticleSQL statements
Hi all, I'm new to SQL statements and especially within ArcGIS. I'm programming an addin against a file geodatabase in in Desktop 10.1 and I'm getting this error: An invalid SQL statement was used....
View ArticleUsing NSIS to deploy Desktop extensions
I'm just finally catching up and starting to upgrade my ArcDesktop applications to work with Arc10/10.1. One of the exercises in doing this was to update the Deployment projects. I have never been a...
View Articlenullreferenceexception was unhandled by user code
Hi, I am developing an extension similar to American community Survey Mapping, I am trying to populate Combo box with TOC layers, or by using open command in my form, but I am getting...
View ArticleesriDirectionUnits Constants and their common names (where is MILS???)
Similar to a other post I had on the forum except this one is about angular units. i want to populate a combobox with an enumeration of the angular units in esriDirectionUnits. I see how to load the...
View Articleclassified by Definedinterval. No interval changes.
I have a grid. I need to display it is classified by DefinedInterval. Method is set to normal, and the interval is calculated by itself. In the description of the method is said that you first need to...
View ArticleData driven pages programming
Hi, For .NET programming using data driven pages, I would like to use page number or index number to control it. But when I search ESRI website, I just found IPageIndexControl. There are only...
View ArticleDataframe event in page layout mode.
Hi all, I try to get the event fired while I change activeview in pagelayout mode. In data mode, i use IDocumentEvents_ActiveViewChangedEventHandler and all works perfectly, but when i use pan or zoom...
View ArticleIs there a way to programmatically call the "Save Edits" command?
I created a custom tool that creates a new point or select an existing point within a non-versioned feature class. The point’s attributes values are updates and saved. I need to commit the point. I...
View ArticleIssues with ArcObjects and ArcGIS 10.1 SP1 IDataStatistics
I currently have a case open with ESRI helping us to resolve this. I'm posting here because of the large amount of time it took to find this issue to help others. I have been experiencing a significant...
View ArticleDeploying Add-In using a third party dll
I've written a C# Add-In for ArcMap 10.0 that references a third party dll (in this case the Oracle ODP.NET, Managed Driver Beta (11.2.0.3.50) http://www.oracle.com/technetwork/da...a-1696432.html) It...
View Article