Hi,
Where is the Import XML Workspace Document Functionality in ArcGIS ProSDK like the ImportWorkspace function in ArcObjects and the Import XML Workspace Document tool in the Data Management Toolbox.
Can anyone direct me to any relevant links or API reference.
Any advice is much appreciated.
Thank You
Solved! Go to Solution.
Hi,
You can call ImportXMLWorkspaceDocument geoprocessing tool from ArcGIS Pro SDK. Esri ArcGIS Pro SDK Community samples of geoprocessing here.
Hi,
You can call ImportXMLWorkspaceDocument geoprocessing tool from ArcGIS Pro SDK. Esri ArcGIS Pro SDK Community samples of geoprocessing here.
Thanks @GKmieliauskas , I am already following that. But wanted to know if there was an ArcGIS Pro SDK class having this method (I could not find one). If it is not available at this time, I believe your answer would be the solution for this question.
Thank You
ArcGIS Pro SDK is not so wide as ArcObjects. If it is possible, it uses geoprocessing tools instead of class method.