I am developing an add-in for the ArcGIS Pro desktop using C#.
From a set of selected features (cyan rows) in an attribute table, I want to highlight (yellow row) a feature/ features using a query (in my case "ROUTE_ID"). Please refer to the attached image. I have searched in the documentation to find the appropriate method to perform the above task programmatically. But, my efforts failed.
Thanks in advance for your time and kind help.
Solved! Go to Solution.
Hello,
This functionality is not available via the API . There is an extremely limited attribute table API available.
Regards
Narelle
Hello,
This functionality is not available via the API . There is an extremely limited attribute table API available.
Regards
Narelle
Thank you so much, Narelle for your reply.
Best,
Sondipon