Select to view content in your preferred language

Import XML Workspace Document in ArcGIS ProSDK

374
3
Jump to solution
02-24-2025 11:24 PM
rohanrajan_hms
Regular Contributor

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

0 Kudos
1 Solution

Accepted Solutions
GKmieliauskas
Esri Regular Contributor

Hi,

You can call ImportXMLWorkspaceDocument geoprocessing tool from ArcGIS Pro SDK. Esri ArcGIS Pro SDK Community samples of geoprocessing here.

View solution in original post

0 Kudos
3 Replies
GKmieliauskas
Esri Regular Contributor

Hi,

You can call ImportXMLWorkspaceDocument geoprocessing tool from ArcGIS Pro SDK. Esri ArcGIS Pro SDK Community samples of geoprocessing here.

0 Kudos
rohanrajan_hms
Regular Contributor

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

0 Kudos
GKmieliauskas
Esri Regular Contributor

ArcGIS Pro SDK is not so wide as ArcObjects. If it is possible, it uses geoprocessing tools instead of class method.