Tagged Questions
2
votes
1answer
91 views
How can I select features by map clicks
I'm developing a flex web application using the ArcGIS flex API 3.1.
I have a map with a polyline feature layer. I'd like to be able to select polylines from the map by clicking on the features on ...
2
votes
1answer
425 views
ArcGIS Javascript: upgrade ComboBox to FIlteringSelect using ItemFileReadStore
I would like to upgrade a web app I am working on from v2.1 to v3.1 of the Javascript API (I have tried 3.2 but I am getting some very odd rending problems, so I'm settling with 3.1 for now...)
One ...
5
votes
1answer
675 views
Select all “NULL” values in the attribute table?
I have a quite simple syntax question.
I want to select ALL my null values in an attribute table of a feature class, not just the values in a single field.
So the question would be: what is the ...
3
votes
2answers
243 views
Listing features in the order they were selected
This is an ArcObjects-specific version of this question: Create Array From Selected Features Based on the Order in Which They Were Selected
Is there a way to get the selected FIDs of a feature layer, ...
2
votes
0answers
165 views
Select only features within the layout view
I want to create a tool layer in ArcGIS10 that will select only features within the current layout view so that I can add the attribute table to the layout and only show attributes for the selected ...
2
votes
3answers
338 views
Select “interior” lines of a polygon-to-line layer
I have a polygon featureclass that has adjacent features. Using Arc10, I am turning those polygons into lines using the "Featureclass to Lines" tool.
Now I would like to select ONLY THE INTERIOR ...
6
votes
1answer
2k views
How to choose selectable layers in ArcMap 10?
Maybe I'm missing something, but I cannot figure out how to toggle selectable layers in ArcMap 10. In 9.3, I remember being able to choose from a list which layers I wanted to be able to select ...
9
votes
3answers
2k views
What is quickest way to select polygon by point in ArcGIS 10 using ArcPy?
I keep thinking that I must be missing something, but there does not seem to be a tool in ArcGIS 10 to select features (in particular polygons) from a layer at a point (X,Y) location via ArcPy. The ...
