Hi Guys,
Because in ArcMap development with arcobject or arcpy, we can do these by using IWorkspace object.
Believe that underlying sdk is using arcobject, I think it should be possible?
Uma Harano , Wolfgang Kaiser ?
Solved! Go to Solution.
Hi Guys,
Currently I managed and load from Json function with map document and layer document.
From there I manage to update the datasource.
Hi Guys,
Currently I managed and load from Json function with map document and layer document.
From there I manage to update the datasource.
Hi Than,
Have you taken a look at Esri Content\ExcelDropHandler sample? It has method :
private static async Task ModifyLayerSymbologyFromLyrFileAsync(FeatureLayer featureLayer, string layerFile)
It applies lyrx to featurelayer, but it is possible to create layer from lyrx ant then update CIMDataConnection. If you still interested ask me and I will describe second process more detailed.