Multiple ArcGlobe Graphics Layer issues
A couple of things I have noticed and maybe I''m doing them wrong. 1) With DrapeElement set to true, DrapedDensificationDistance has no effect (I try setting it to 1 or 5 for example). If I create a...
View ArticleIDatasetContainer2.CreateDataset fails with ArcObjects 10.1
Hello, I have a small application used to check and generate network, created with the help of the following tutorial: http://help.arcgis.com/en/sdk/10.0/a...00000w7000000/ It worked just fine with...
View ArticleCoordinate System Transformation to NAD83 using C#/.NET
I am currently working on a ASP.NET web application that allows users to upload shapefiles to store data in the database. For everything to work smoothly, I need the coordinate system to be NAD83, is...
View ArticleMemory leak in get_Geometry? [C++]
Hey all, I'm having some troubles in SDK 10.1 with the following code snippet: Code: IGeometryCollectionPtr geom_coll (line);Â // line is an IPolyline long count; if...
View ArticleArcGIS license corrupted by standalone application
This is a problem my coworkers and I have encountered several times without being able to track down the exact issue, and a very annoying and almost untestable one. When testing a standalone...
View ArticleArcObjects tool development - Could not find some namespaces
I worked on multiple ArcObjects Desktop applications several years ago. In those project, I needed to add some references, e.g. ESRI.ArcGIS.ADF, ESRI.ArcGIS.Utility (this one is in ESRI.ArcGIS.ADF?),...
View ArticleCannot QI IPMFPublish
Hi, I'm trying to run this sample to create a PMF file from a C# console application http://help.arcgis.com/en/sdk/10.0/a...0000077000000/ but I get the following error in this line IPropertySet...
View ArticleDefine graphic card for Engine application on Linux
Hello all We are trying to run Engine JAVA application on Linux Red Hat. It runs without any problems on 3 different Linux VM machine that we created. On 2 Physical machines we can run non visual...
View ArticleRefresh Feature layer problem on adding new feature continuously
Hi, I am developing a stand alone application using C# Arcobjects 10.1 SDK. I have a requirement to plot point features continuously as and when data is populated into my Message Queue( 1 message for 1...
View Articleincorrect display of data
Hi. Sorry for my bad English. I created a small application with using .Net and Arc Gis Engine 9.3 In order to show my map, I use the AxMapControl (with Dock style "Fill"). Coordinate system (and it...
View ArticleICursor.set_Value NotImplementedException?
I have some code that I am updating. Originally, I was just reading the data with the 'get_Value' method, but I am now trying to change the data with 'set_Value'. However, when I call the 'set_Value'...
View Articlemaxsize and minsize for line symbol
Hi Sorry for my bad English. I set IMap.ReferenceScale value Can I to set maxsize and minsize for layer (symbol layer is linesymbol)? ILineSymbol interface to have "Width" property only.
View ArticleConvert from text file to shape file
Hi, can anybody help me to write a C# program which converts text file(it is having X,Y coordinates) to shape file using arcobjects
View ArticleINAStreetDirectionsAgent.Execute fails with ArcGIS 10.1
I am working on an extension for ArcMap using the INAStreetDirectionsAgent class to generate the itinerary directions and display them. The example given in the documentation was followed step by step:...
View ArticleAre complex SQL queries supported in ArcObjects?
Hello, I'm wondering if a query like this is supported in ArcObjects? string myquery = string.Format("Select p.portid, route_infoid From (Select route_infoid, x_id From route_items Where x_table =...
View ArticleIs it possible to install Addin for all users on computer?
Hello, when a user installs an Addin on a computer, it is only visible for this user. Is it possible to install it for all users on a computer? Thanks, Barbara
View ArticleIWorkspaceFactory deletes all features in original database
Another fun intermittant problem... I have a system requirement to make a full back-up of a gdb before doing some crunching on it to make sure to be able to back-out if something nasty happens. Turns...
View ArticleHow to ADD cadastral fabric to Map
Good Day, We have cadastral fabric layer in geodatabase ready but we cannot add it to the map programmatically, Adding using feature layer code doesn't work. Any inputs or snippet is highly...
View ArticleListen for 'Save', 'Save As' and 'Save A Copy' in ArcMap
I need to differentiate between the 3 save commands in ArcMap using ArcObjects. I've created an application extension which overrides the OnSave(Stream stream) method but this is triggered when either:...
View ArticleAdding map data to popup window in ArcMap add-in
I'm having a little trouble getting started on an ArcMap add-in. The functionality I'm looking to implement would allow a user to click a point on a mosaic dataset in ArcMap and have the rasters which...
View Article