Tagged Questions
-2
votes
1answer
191 views
I have a shapefile containing three types of polylines, how can I color each type with different colors? [closed]
I have a shapefile containing three types of polylines, how can I color each type with different colors ?
8
votes
2answers
379 views
Which data format typically displays fastest? (ArcMap)
My organization is working on an application running on ArcGIS Engine. Previous versions of the application used primarily Shapefiles for displaying roads, parcels, buildings, etc. Since I was taught ...
1
vote
0answers
227 views
Convert FeatureLayerClass to shape file error : Item not found in collection
so following this link
http://edndoc.esri.com/arcobjects/9.2/NET/91e3e8a0-d355-43d2-a201-0a8ceb719334.htm
I am able to convert my featureLayer into a shape file and export it.
However, some how for ...
3
votes
2answers
235 views
Programmatically reordering ArcGIS layers
I programmatically create several layers for my map and I want my layers to be on top of the layers from the original map.
Is there a way I can do that? I also want to be able to put "bring ...
7
votes
2answers
509 views
Control the colors of a shapefile
I have a Shapefile with road data. Sometimes the roads are blue, sometimes they are green. I didn't used to mind, but now I'm tiling everything so I need to control the colors.
I'm loading it with ...
1
vote
2answers
254 views
Programmatically modify MapTip Expression
If I load a layer via a shapefile and set
((ILayer)myLayer).ShowTips = true;
How can I change the tip content (I want to point it to a different column or have a expression of multiple columns) ...
3
votes
1answer
400 views
Opening a shapefile with roads, how to display the roadnames?
I am using
((AxMapControl)myMap.AddShapeFile( directory, shapeFileName)
To display a shape file which has road data. Now the roads display properly, but the road names aren't displaying. How can ...