How to check availability of a embeddable control in active map by using C#

404
0
04-08-2019 10:50 PM
DharmaRajan
Occasional Contributor

In ArcGIS-Pro, I want to add the embeddable control into an active map only once. i.e. before adding the control we need ensure whether the same control is already is exists or not. How to check availability of a embeddable control in active map by using C#

//MapView.Active.AddOverlayControl(m);

0 Kudos
0 Replies