I would like to know if it is possible using ArcGis Pro SDK to identify features in a WMS layer
I have written an addin using VB.Net that performs simple intersect analysis with a site location and range of data layers. This is fine for local vector layers, but some data I want to analyze against is from third party WMS layers.
I have these added into the project and I can use the identify tool to get feature attributes at a click point. However I can't see in the SDK a way to replicate this in my code using the site location to retrieve the attributes
Any pointers in the right direction would be appreciated