I'm developing an improved version of the Layer Attributes sample using a button control. The new addin will allow users to view, navigate through and export the attributes of any selected item having an underlying table.
Two questions for the ESRI AGX development folks:
1. Is it possible to add a new condition for the API, eg. Single Item with table selected?
At the moment I use the condition: Single Item selected, which leads to my second question:
2. In the meanwhile what is the most efficient way to test for this programmatically so I can enable/disable the button state as the user selects different items?