ORG_ Tables After Replication
I am performing a an import on replica data using ArcObjects. Everything seems perfect – I am using one way Parent to Child with archiving enabled and I am using a disconnected approach (import XML...
View ArticleProblem with polygon to multipath creation
Hi i tried convert polygon to multipath in Arcobjects but after converted multipath shape type shown multipath M what is the problem could you please tell me what is the solution for this.
View ArticleUnable to load DLL 'ArcGISVersion.dll': The specified module could not be...
I recently migrated my desktop from ArcGIS 10.1 to 10.3.1 and visual studio from 2010 to 2013. I am now getting a problem trying to run an Engine application. It builds fine but when I try to debug it...
View ArticleHow to select object on the map in pan mode?
The user moves on the map (pan mode). The he clicks right mouse button. I want to select the element and then display context menu. What is the way to select element on the map in pan mode? I use...
View ArticleProblem for Map Topology creation in ArcMap
I will create a map topology in ArcMap. My code defines the layer in my map topology but after call EditTopology Tools, a message show “No topology …. bla bla bla..” Any ideas why this would be...
View ArticleHow to find NetworkAnalysis extension with ArcObjects?
I’m using ArcGIS 10.0 My code: IAoInitialize init = new AoInitializeClass(); var a=...
View ArticleMerging features into single programmatically
I have a shapefile with polygons. I can merge them manually by going into edit session and, selecting a some features to be merged, and then using merge button under Editor. How to do this...
View ArticleLasDatasetToRaster does nothing to the Raster Layer
I have been trying to figure out how to clip and rasterize a LiDAR map file programmatically (Not through arcpy) I use C# but read many languages. So far I have been able to access and assign the LASD...
View ArticleGet currently open Attribute Window
I have an AddIn (C# VS 2010) that depends on the selected items in the Attribute Window (This is the right-click on the Layer Attributes Table Window). When the user hits Start Editing I want to get a...
View ArticleSr Lock on created gdb is not releasing
My problem is sr lock is not releasing on gdb , also please see that code can be improved? Below is my code public String exportGDB(String whereClause,IServerObjectHelper serverObjectHelper) // returns...
View ArticleCapturing an event On Sketch Finish in ArcObjects
I am using IEditEvents_Event and IEditor. I invoked the GarciaUI_CreateNewFeatureTask and used: pID.Value = "esriEditor.SketchTool"; pCommandItem = pCommandBars.Find(pID); if (pCommandItem != null) {...
View ArticleGeometry Location In Respect To Another Geometry
I am trying to figure out where a geometry is residing in respect to another geometry. My Image explains things better, I have Square nodes A, and B. and I have circle Child nodes X, and Y. I have all...
View ArticleGetting started with ArcObjects?
What is the best route or place to get started with ArcObjects if one is not a developer and not aiming to become a developer? I’ve been using gis professionally for a long time, almost two decades,...
View ArticleActivate / Deactivate customized ITool from Form in ArcObjects?
I’m using ArcGIS 9.3/VB6, and I have a little issue with the activation of a custom Tool: I have a Class, that implements both ICommand and ITool When I click on ICommand, the form is launched First,...
View ArticleHow to Use IWorkspaceFactoryLockControl in Java
I have tried to convert the interface but failed. IWorkspaceFactory2 pWorkspaceFactory; pWorkspaceFactory = new CadWorkspaceFactory(); ipWsFactoryLock = (IWorkspaceFactoryLockControl)pWorkspaceFactory;...
View ArticleTOC layer symbol changed EVENTS in ArcMap
I want to do something when user changes one of TOC layer’s symbol. I am using .NET in arcMap 10.0 . How can it possible with arcobjects ? Please , help. Specially I want to know, Is there any events...
View ArticleHow to Get ArcFM Session name
I need some information about session name getting. i am working on ArcMAP VBA with ArcFM database i have create some validation tools on this data. i provide error report with validation name but...
View ArticleIs there a LINQ-provider for GeoDatabase
I want to query my ArcSDE geodatabase using LINQ but I don´t know if there is an ESRI-provider that may also read geometries and which is able to handle archiving as well. Thus I´d like to read data...
View ArticleCan I compile an addin developed in ArcGIS 10.3.1 for use with 10.1 and 10.2?
I made an update to one of my addins mainly because users requested new features. I made the changes and compiled the addin in 10.3.1. Although I specified that the addin is compatible with 10.3 and...
View ArticleSpatial Query between polyline features and point features within specified...
I’m new to GIS (so I’m lost on this) and looking for a C# code sample to help me do 2 types of spatial queries. I have 2 Layers only. First layer is pipelines, which are polyline shapes so I can select...
View Article