Tagged Questions
-5
votes
2answers
153 views
How to create multipart polygon if coordinates of each part are given? [closed]
How to create a multipart polygon if i am having the values of coordinates of each part.
Thanks in advance.
1
vote
0answers
119 views
How to get x and y coordinate values of an annotational featureclass
I am able to get the x and y coordinate values from point, polyline, polygon and multipoint type featureclasses. However, I am unable to export x and y coordinate values of an annotational ...
2
votes
1answer
67 views
The field cannot be deleted because it is being used as a relationship key.
I want to delete some fields of featureclasses, but when I run the code FeatureClass.DeleteField(Field) it works well for some featureclasses but after some time it gives an error such as:
The ...
0
votes
0answers
307 views
-2147220936 Coordinates Or Measures Are Out of Bounds — IFeature.Shape
I current have two tools that draw polygons using the same method. I dissolve the zones, delete the undissolved zones, and then add the dissolved polygon to the map.
I keep getting "Coordinates or ...
3
votes
1answer
182 views
Repairing disconnected layers with selection sets
Has anyone had any success of repairing disconnected layers that have selection sets that have their data sources broken in ArcGIS? Is there a way to detect this through code and then re-create that ...
3
votes
1answer
278 views
ArcGIS 10 Addin - Code Doesn't Execute on Another Computer
I've created an ArcGIS 10 Addin that consists of a toolbar containing one button and one tool. The button opens a form, and the tool is disabled until the user enters some information on the form.
...
1
vote
1answer
266 views
Creating a SQL query in the ArcGIS Explorer SDK
I am using the ArcGIS Explorer SDK and have run into an issue surrounding a query I would like to perform with SQL. I believe my query is built wrong or perhaps I am looking at the wrong fields. Would ...
1
vote
1answer
248 views
Use field names in combobox
I am currently stuck on a problem surrounding ArcGIS Explorer and comboboxes
What I am trying to do is use 3 comboboxes to do the following:
View all features contained within ArcExplorer's table ...
1
vote
1answer
137 views
ArcGIS - ICommandBars exception
Testing my VB.NET 2010 app in ArcMap an exception occurs when ICommandBars is instantiated.
' zoom to selected
Dim mxApp As ESRI.ArcGIS.Framework.IApplication
Dim numUID As UID = New ...
2
votes
1answer
295 views
find path where add-ins are installed
I see that my add-ins are installed to
C:\Users\Me\AppData\Local\ESRI\Desktop10.0\AssemblyCache{6C90269B-D233-4122-3747-C2AE1131E22C}
Is it possible to find that file path from within the Add-in ...
4
votes
1answer
433 views
Visual Basic editor command icon is always disabled
I recently installed ArcGIS 9.3 in a PC with Windows 7.0. I opened an existing mxd file within which I developed some toolbars for a project. Each icon of a toolbar has behind it a VBA and ArcObjects ...
1
vote
0answers
902 views
Edit SDE table with ArcObjects - continued [closed]
Update
So, I believe I'm getting closer to being able to edit my sde table, however now I'm getting stuck on this line:
Dim updateCursor As ICursor = table2.Update(Nothing, True)
With this ...
10
votes
4answers
347 views
Does SHAPE_Length take into account elevation values?
Does the Shape_Length attribute take into account the elevation? For instance, if I have 3 points: A, B, and C
A.X = 10
A.Y = 10
A.Z = 10
B.X = 10
B.Y = 10
B.Z = 50
C.X = 0
C.Y = 0
C.Z = 10
Then I ...
2
votes
1answer
406 views
Adding an ILayer to IMap in Arcgis Server 10
I wanted to add ILayer to IMap, i think it has been added but problem is that it does not display it on the website.
I am running arcgis server 10, using visual web developer 2010 express edition ...
2
votes
1answer
869 views
ArcMap Geoprocessing vba code/tool - smooth polygon
I would like to execute the smoothpolygon tool within ArcMap vba and I'm having some trouble defining the parameters syntax for the tool. I'm getting this error below:
ERROR 000622: Failed to execute ...