Attrubute Table Window loses highlighted selection after Addin is Opened

المشرف العام

Administrator
طاقم الإدارة
I'm so new to GIS that this question might seem dumb to a lot of GIS Developers.

I have taken over a project that is an AddIn for an ArcGIS Desktop app. C# VS 2010 project. I can get the Selected Features just fine when they are selected but when I add or remove selected rows the blue highlight disappears! I know there are selected rows there as I can see the (4 out of 2000 Selected) etc at the bottom of the window. If I click show all highlighted then I see just those row which are then highlighted, and then when I click Show all Rows the highlighted row a there in blue again along with all rows, which is great.

BUT, how can I code the AddIn so that the highlights remain? Is there a Reselect Selected Features in Attribute table window method somewhere?

I declared this in my class but don't know how to use it!

public esriTableSelectionActions TableSelectionAction { get; set; }Thanks in Advance for help on this!Dave



أكثر...
 
أعلى