How to show .dwg file in map control in arcgis runtime wpf

1631
6
06-28-2018 02:50 AM
LonrixLimited
New Contributor

Hi ,

How to show .dwg (CAD ) files in arcgis runtime wpf.

Thanks

0 Kudos
6 Replies
MichaelBranscomb
Esri Frequent Contributor

Hi,

Are you using the WPF API included with ArcGIS Runtime SDK for .NET? If so, I'll move this post to the forum for that SDK.

Cheers

Mike

0 Kudos
SalieghAziz
New Contributor II

Hi @MichaelBranscomb was this moved, and solved for the OP?

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

@SalieghAziz This post wasn't moved because additional clarification was required regarding the exact product being used.

 

solved for the OP?

Please can you clarify the question?

0 Kudos
SalieghAziz
New Contributor II

@MichaelBranscomb My use case is slightly different. I'd like to be able to open a dwg file and interrogate it for certain objects (north arrow, scale bar, layer types, etc). 

I've searched through the help documentation for both 10.2.x and 100.x, and have been able to find any reference. I might have to resort to writing some arcobjects 🙂 

0 Kudos
MichaelBranscomb
Esri Frequent Contributor

If you are using ArcGIS Runtime SDK for .NET and building a WPF app, you might be able to use the Local Server component and write a Python script and share as a Geoprocessing package.

The 'CAD to Geodatabase' geoprocessing tool is also supported in Local Server: 

InsiaIftiqhar
New Contributor

How do you provide the license string to a local server?

0 Kudos