I know this is a very simple question, however, I find it difficult to find an answer. How do I add an existing layer to my map using ArcGIS Pro SDK? I saw several examples where the layer is added while being created (for example
LayerFactory.Instance.CreateFeatureLayer(new Uri(strUri), map);
), however, how this is being done using the existing FeatureLayer?
Thanks