How to use Analyst3DTools Inside3D?
Hi all, I have been trying using the Inside3D method of the Analyst3DTools, but so far I have no luck. It keeps giving me an error: "Error HRESULT E_FAIL has been returned from a call to a COM...
View ArticleScript for mousedown event for adding basemap
Reposted from ArcGIS for Desktop - General at the suggestion of GeoffAppleby Hi, I am using the following script in ArcGIS 9.1 to add basemaps using a single click on my map (i.e. whereever I click on...
View ArticleRun-time paths of script tools
I've written a custom tool executable and I've added it to ArcGIS as a script tool using the method discussed here: http://resources.arcgis.com/en/help/...000003t6000000 The tool reads from a config...
View ArticleUse GROUP BY in SelectLayerByAttribute where_clause ??
Hi, I am developing a stand alone C# Map control application using ArcGIS Engine 10.1. I am trying to select features in a point feature class using "SelectLayerByAttribute" class which requires me to...
View ArticleHow to use Analyst3DTools Inside3D?
Hi all, I have been trying using the Inside3D method of the Analyst3DTools, but so far I have no luck. It keeps giving me an error: "Error HRESULT E_FAIL has been returned from a call to a COM...
View ArticleIGXDialog substitute for Arc 10 Engine
OK, I realize that I can't use this in Engine now because of Binding and exclusive locks on licenses. I can use the Windows dialog box for most of my work, altho this is messy for raster files. BUT I...
View ArticleHow to deploy a Self-Host WCF?
I created a Self-Host WCF that works the data from SDE tables and expose JSON/XML message after its implementation. I plan to deploy it in our IIS. Should I just copy the project folder into the...
View ArticleIs it possible to config WCF port?
In a GIS related Self-Host WCF project, the port was defined in the project's (properties wizard) Web\Servers\Specifi Port setting. Is it possible to config the port in the Web.config? Thanks.
View ArticleAdding touchscreen functionality through .net
Does anyone know if its possible to assign some touchscreen events to Arcmap via an add on? Im not familiar with what Microsoft API/ objects are used to handle touch events, but i feel like it might be...
View ArticleAdding a Modified Table to a Layout
I have a featureclass that represents the soils data for a field. My goal is to only show the soil mapunit and acreage fields from the attribute in an existing layout. The following code makes the...
View ArticleJava SOAP SOE 10.2
http://resources.arcgis.com/en/help/...062z000000.htm The documentation for how to create a SOAP SOE imports a class that is not defined. import arcgissamples.soe.JavaSimpleSOAPSOEServiceBindingStub;...
View ArticleCheck intersection with a feature class
I have an ArcObjects code that is checking whether a GeometryBag is intersecting with a list of feature classes (few tens of them) that are stored in SDE (everything is version 10.0). It does this by...
View ArticleUse ArcObjects to manipulate the Search Command in ArcMap.
Good morning, Is there a way to manipulate the search command that is accessible by hitting CTRL-F in ArcMap? I've been able to successfully call it using ICommandItem.Execute but I was wondering if I...
View ArticlemxExtension won't load
Network security is putting the screws on the development group. Our main domain account no longer has admin rights, so we have a local user with admin to run visual studio. We have a bunch of ArcMap...
View ArticleHelp needed with recursion: delete all empty group layers
Hi all, I will spare the details of why my map has several empty group layers unless anyone is interested, though it's not likely to be relevant at this point. We have a map of group layers with...
View ArticleRetrieving / Setting symbology based on feature layer
Hello, I am working on a small add-in that will retrieve information about feature layers (symbology, definition queries, etc.), which will allow users to import / export these settings between map...
View ArticleHow to convert a PageLayout Control to .dgn file ? (.NET, C#)
Hi everyone, I am have a Pagelayout Control object that includes: Text, Line elements. Do you know how to convert or save it as a .dgn file (Microstation file). Is it possible ? Thank you very much ! Tai
View ArticleRaster format or IrasterWorskpaceFactory from path to raster
Hi how can i get raster format (type of rasterWorkspaceFactory) (GRID, FGDB, ACCESS,SDE) just from path to my raster (without searching for ".gdb/" ...)?? thanks a lot ( I Use VS 2010, AG 10.0)
View ArticleMultiThreading Implementation with Network Analyst Solver programmatically
Hi, can anyone please help me in implementing multithreading with Network Analyst Solver? It would be much helpful for me if someone can provide me the sample snippet code for implementing the same....
View ArticleHow many bytes for IRaster2 storage allocation?
Hi i want create array fill whit IRaster2 objects (Dim pRasterArray(6, 4) As IRaster2). Is it possible? How can i compute storage allocation or memory usage? for example i have 35 rasters whit...
View Article