0
votes
0answers
25 views

Is snapping working when changing from NAD83(decimal degree) to NAD83 Zone UTM 11N(meters)?

I've used the following ESRI snippet to Convert the display extents in Pixels (at the current map scale) and then return out the map units. public System.Double ...
1
vote
0answers
52 views

Distance Units of a Layer

I am developing an ArcGIS desktop addin. I am attempting to get the distance units (ft, mm, km, etc.) from a layer in my .mxd and display it on a windows form. How can I do this? I can access the ...
0
votes
0answers
39 views

Migrating code to 10.1 and recycled search

I am migrating 9.3 Desktop extension to 10.1 I am getting this bug when I am trying to update a row in the geodatabase "Cannot call Store on a recycled row while editing" And seems the reason is, I ...
0
votes
0answers
29 views

ICommandBar vs. IToolbarDef

I am migrating .NET, C# code for custom extension from version 9.3 to 10.1. The code is creating many toolbars on the fly and add commands to them. The code snippets for creating one toolbar is like ...
1
vote
0answers
69 views

ArcObjects ICommandBar is not refreshing

I am migrating a 9.3 based Desktop extension, to 10.1 The Extension, is building toolbars on the fly. It creates the toolbar, and add the commands to it. This is the snippets of the code that does ...
0
votes
0answers
143 views

Migrating existing ArcGIS 9.3 code to 10.1 [closed]

I am migrating an Extension written for 9.3 to 10.1 I followed everything in this article http://resources.arcgis.com/en/help/...000002ns00000074 , and finally I registered the assembly of the ...
1
vote
0answers
173 views

Problems with Multipatches

I have some polygonal features that have minimum and maximum z values. I'm trying to calculate the difference between a fixed extruded polygons and the sum of extruded related polygons. Here's how ...
2
votes
0answers
222 views

ArcObjects: How to get a reference to layer in a java add in

I am trying to implement a java add-in version of this solution: unique value symbolize layers from a lookup table. At the same time I want to start coding in Java for the ArcGIS Desktop, so I am ...
0
votes
0answers
135 views

How to loop through Identify Dialog fields? [closed]

Is there a way to loop through the values displayed by Identify Dialog? I tried the IIdentifyDialog interface but it does not expose any useful method; neither is there any QI which can be of use. ...
3
votes
0answers
204 views

Alternative to IMapServer2.ExportScaleBar

Does anyone know a good alternative to the IMapServer2.ExportScaleBar function? I want to do essentialy the same task, but outside the ArcGIS Server environment. For a given map scale, predefined ...