Intersect two polylines to produce third polyline on 10.1 is broken
So, I am migrating code from 9.3 to 10.1 SP1. The code is working on 9.3, but not on 10.1 SP1 After long fight I narrow the problem to this. In 10.1 I cannot do intersection between two polylines to...
View ArticleCreate Stand Alone Feature Class
Hi All, I have a real beginner question here. I am using this code from the Arc sample's, it is the CreateStandaloneFeatureClass. Basically, what do I place in the OnClick Sub to call this function? I...
View ArticleGet Features related to Specific Version Only....
Hi. My requirement is to get Features in a Featureclass with a specific Version Only........ Using ArcObjects in C#, I am Getting Dataset of type Featureclass and then Features using IFeatureWorkspace....
View ArticleCreate line element with arrow symbol at end
I found this archived thread very helpful for creating a line with an arrow: http://forums.esri.com/Thread.asp?t=...hBwOuHeXW3MUO_ So, for anyone who wants to do the same thing in C#, here's some...
View ArticleHow to find features those are intersected by a feature in ArcMap python/C#
Hi I have some feature classes in ArcMap (Line, point types). I need to search by selected a feature (such as a point), that which ohter features in the ArcMap intersect that point feature. I need to...
View ArticleAdd-in ComboBox - Java
Why did the Java Add-in ComboBox not include a reference to the application in the initialize method? The other add-ins get that reference in their corresponding init methods. I can get the hook for...
View ArticleCreate Polygons Help
Hello all, This seems like such a simple task. I've been unable to create polygons programmatically. My basic goals are:Draw a polygon with a visual representation as it's being drawn Be able to...
View ArticleHelp with C# code
May be this is not a new post, but I did not find any solution for this, so... I have to layers one of points (cities) and another of lines (roads), I need to find the shortest distance between two...
View ArticleVisual Studio 2012 and Arc Objects
Hello, Looking for an update on when ArcObjects will be available with VS 2012. I am running ArcObjects 10.1 and have been waiting for several years now. Any updates or possible beta programs would be...
View ArticleArcGIS Connection 10.1
Hi Please help me. Previously in arcGIS 10 I am using below code.. But I have updated arcgis server 10 to 10.1. Now I am not able to connect the service. Please guide me.. HTML Code: identity.UserName...
View ArticleHow to get IFeatureclass from ILayer
Hi, Can any one help me in getting the IFeatureClass from ILayer instance? Thanks in Advance
View Articlecreate clusters based proximity of points
Hi I have around 5000 features (Forests) that I want to cluster based on their proximity, and then work with those clusters. How can I cluster them? I need to do this ArcObjects + .NET based console...
View ArticleI need help to make queries on layer using vb or c# .net and mapcontrol and...
I want to click on an object (for example: a point on the map) and based on a "id_object" do a query anddisplay the information in a form. thank for yours code samples
View ArticleIFeatureClass.Update
I am migrating .NET code from 9.3 to 10.1 The code is using IFeatureClass.Update(queryfileter, true) where true is for recycling. I know recycling should not be used when we do update, and actually it...
View ArticleBest way to iterate through rasters in a model
Right now I'm attempting to iterate through rasters collected in a file geodatabase, in a model that I've created using the model builder in ArcGIS. I don't have the ModelBuilder Toolbox, otherwise...
View ArticleIFeatureSelection::SelectFeatures needs admin or special privileges?
dear Readers, thank you for taking the time to read this post. we have ported an ArcGIS 9.2 sp5 Arcobjects app to ArcGIS 10.0 sp. the app compiled successfully and as a developer of this app (to do com...
View ArticleNetwork Analayst - Directions conversion from xml
Hello Everyone, I have built an add-in that takes user selected points and routes them using our street centerline network. I am able to generate the directions as in xml format using...
View ArticleHow to get IFeatureclass from ILayer
Hi, Can any one help me in getting the IFeatureClass from ILayer instance? Thanks in Advance
View ArticleHow do you remove the dotted line?
Is there a way to get rid of the dotted line? I'm trying to get a landscape layout but there's that leftover portrait dotted line. I don't know what it's called. Apparently, it's not the MapFrame. See...
View ArticleProcessing cursor is taking long time
I am maintaining a code on arcobjects 10.1, and there is a bug happening. I have a code that is parsing through a cursor, and generate a where clause statement to run it on a second query. So the code...
View Article