C# Custom Dockable window: grouping them together
I’m adding in some custom windows for our clients. I want to group my dock windows together on load. The end result would look like they are tabbed (from the bottom). I have the following code to my...
View ArticleConditional Statements in Arc Map 10 (field Calculator)
I’m attempting to calculate the values of a field based on IF THEN statements in ArcMap 10 (in field calculator) but I haven’t succeeded yet on that. What I want to add is the following expression: IF...
View ArticleInserting accumulative attribute in dynamic text element based on Date field...
I’ve got a line feature class that contains Date field. I’ve made a layout view in order to display time animation of this feature class. I’ve managed to enable the time option in the layer and to...
View ArticleWhy aren't my features appearing in ArcGIS.com?
I have an ArcGIS Online web-map that is consuming one feature service published to my ArcGIS Server. I am able to see the the table, and associated rows, but the features do not appear nor am I able to...
View ArticleArcGIS Select by Attribute SQL syntax problem
I have a list of aprox 150 unique road names in Excel. I copy and paste (as text option) that list into Word (2013 version). I then “replace” all the end paragraphs (^p) with quotes and commas (‘,’)....
View ArticleChange default “My template” directory for Arcmap layout view?
So the default directory for “My templates” for switching the layouts in layout view is C:Usersxxxxappdataraomingesridesktop….. so premade layouts can be accessed quickly. I need these same templates...
View ArticleBuffering into existing FC (like in Editor menu) in Arcmap 10.3 Model Builder
I would like to buffer features into an existing FC within a GDB, similar to when buffering during an edit session by using the Buffer command in the Editor menu, not the Buffer geoprocess which...
View ArticleDisplay coastline
I have a raster converted from shape file(tool point to raster). Can anybody prompt, how to display coastline? I can use contours, but are not focused at condition “elevation = 0″. Is there any simple...
View ArticleHow to Save Identify Results
In Arcmap and specifically using a WMS layer that I cannot access the attribute table of, how can I ‘intercept’ or extract the results from using the Identify tool from the toolbar? I would like to...
View ArticleDebugging ArcMap Add-In .Net 4.5 : Unable to start ArcMap.exe
I am developping an ArcMap 10.3 Add-In targeting .NET framework 4.5 on Visual Studio 2013. I used ESRI’s wizard to build a simple button add-in and the projects debug properties are configured to start...
View ArticleAdding PDF (especially GeoPDF) to ArcMap as data?
I receive a lot of PDF maps (vector, image, with georeference and without) and I am having to convert them to an image file before I can add them to ArcMap and georeference. I can’t see any obvious...
View ArticleDrawing line between two selected points in ArcMap using C#? [on hold]
I’m a beginner developer, and I’m trying to draw line between two selected points in ArcMap using c# code. How can I do this?
View ArticleInitial state of VB .net checkbox to toggle ArcMap layer visibility
I have a checkbox control as part of an ArcMap add-in with a dockable window in VB .net that turns a particular layer’s visibility on and off in ArcMap. The initial state is set to “unchecked”. But, if...
View ArticleNear table in ArcMap advanced
I am trying to generate the nearest distance from one set of xy coordinates to another set. Each of the two datasets has the variables: X, Y, id I generated a near table to do this (and some other...
View ArticleSome output cells show up as noData in ArcMap Block Statistics?
I am using ArcMap 10.2.2, and I need to aggregate categorical data from 30m up to 90m and 900m resolution for species distribution modeling. The algorithms available in resample (nearest neighbor,...
View ArticleChanging Mosaic Dataset Properties in Map Document using ArcPy?
Does anyone know if it is possible in ArcGIS 10.3 for Desktop to access and change mosaic dataset properties within a map document using ArcPy? I am trying to write text into the symbology description...
View Articlemarker Symbol alignment along the road
I have created road data and captured bridges as points. during representation i have created bridge marker symbol and was to represent along the respective road.
View ArticleHow to add feature class to MXD with ArcPy (Python)? [duplicate]
This question already has an answer here: Adding shapefile or feature class as layer in ArcGIS Desktop using Python/ArcPy? 2 answers
View ArticleArcMap 'in_memory' trouble?
Being new to ArcMap, and ArcPy I have a problem with a script including several geoprocessing functions. The number of functions inspired a search for a means to save outputs (subsequent inputs) to...
View ArticleUsing Arcpy to Update Data Source Does Not Update Related Tables
I have a python script that updates the data source of mxd’s from staging to production. Here is an example of the code: import arcpy mxd = arcpy.mapping.MapDocument(r"C:ProjectMyMap.mxd") for lyr in...
View Article