I am exploring the new Table construction tool which is introduced in 3.1 SDK.
In my use case I am thinking of adding the possibility of
1. Showing the tool in only specific standalone tables in Create Features.
2. Enable/Disable the tool based on the feature selected in the map. If the required feature is not selected disable the tool.
Right now I am tracking the ActiveTemplateChangedEvent to capture the same but still facing the limitations in this approach. Here if I capture this event I don't have the geometry to find the selected features
MapView.Active.SelectFeatures(geometry, SelectionCombinationMethod.New, true);
Any help??
@UmaHarano @Wolf @GKmieliauskas