I have 4 tools in my ArcGIS Pro Add-In , I want to enable these tools when user selects only Annotation Feature from Create features Window .
EX - I used below condition in config.dmal file for Line features. condition="esri_editing_LineSketch_condition" When I use this condition I am able to enable few tools when user selects only Line features from Create features window , similarly ,I am searching for Annotate Feature selection condition .
Your inputs/ideas are most appreciated .