How to change Raster symbol values (Unique Values) in ArcObjects
I want to change Raster properties symbology using with Arcobjects. Unique Values change as per below attached snapshot. Dim pWSFact As IWorkspaceFactory Set pWSFact = New RasterWorkspaceFactory...
View ArticleITopologicalOperator::Simplify not removing self-overlaps
I maintain an application whose main job it is to take esri-ish things from users and turn them into sql spatial objects in our database (2008 R2). Below is an excerpt that may be useful: public static...
View ArticleCreate a mapping between polyline and raster in ArcObjects
In my case I have two sources of data: a vector shapefile with a polyline (expressing the path) and a raster with some integer metadata values available for each cell. What I would like to do is to...
View ArticleArcGIS 10 arcpy to add a WMS Service to MXD
I want to batch insert WMS layer to my arcmap MXD project with python/arcpy script. Some issues has been unanserwed, here my “state of art”: ESRI IDEAS ESRI GeoNet community #1 ESRI GeoNet community #2...
View Articlehold some data at layer object
Is there in arcobjects the ability to store some data at the layer in table of content sth. like ILayer.Tag or an Interface which I can misuse for this?
View ArticleArcObjects 10.1 Misplaced graticule labels after map export to jpeg
I´m currently working on an ArcObject 10.1 Extension which ‘produces a Map’ and exports it´s Page Layout to ‘jpeg’ after completion. The code follows the snippet for ‘Create JPEG (high-resolution) from...
View ArticleCreating custom forms in Arcmap 10.3
I am hoping to make a custom form within ArcMap 10.3 where the end user can select a recently digitized shape file (or feature), and enter values of specific attributes through a custom form. This form...
View ArticleGetting reference to existing reference of dockable window in class in ArcMap...
I have an addin for ArcMap 10.2 that has a dockable window. For what it’s worth, this dockable window has a DataGridView to which the user can add features for review. These features are added from...
View ArticleExportToPDF creates blank PDF
I have a MapDocument that I am trying to export to PDF. I am using this example. However, it always says it is finished but when I open the pdf file there is nothing in it. I have tried exporting to a...
View ArticleArcGIS Server extension crashing after some time
I have developed an ArcGIS server object extension. It works fine the first hour or so no matter how many times I call it. However if I do some other work and start calling it after a few hours I get...
View Article