Is something wring with my MapAction?

2507
1
11-01-2010 07:57 PM
jackcowper
New Contributor
Hi,everybody,I have a problem with the code following:

  this.map1.CurrentMapAction = selectionMapAction1;

Usually?? I type this code in Visual Studio, when I start the programe, selected features will be rendered in somecolor(the default is green),but now, the selected features can not be rendered,there is no features selected in the mapcontrol.

My question is ,how can I slove this problem?

Thanks ,I am a novice in  programming ArcGISMobile.
Any reply will be appreciated.
0 Kudos
1 Reply
jackcowper
New Contributor
I have solved this problem�?the following code will be effective:
selectionMapAction1.SelectionGraphicLayer = selectionGraphicLayer1;
selectionMapAction1.SelectionGraphicLayer.SelectionSymbol.FillColor = Color.Green;
0 Kudos