Select to view content in your preferred language

adding autocad file to the map

4747
5
Jump to solution
03-14-2015 10:51 PM
yousofothman
Deactivated User

i have this explorer application

AlQassimExplorer

i want user to be able to add autocad file and display it in the map

0 Kudos
1 Solution

Accepted Solutions
AhmedEl-Sisi
Deactivated User

You can develop a geoprocessing tool that converts the CAD file to Featureset for and display it on Map as a Graphics layer.

View solution in original post

5 Replies
Asgharkhan
Regular Contributor

There are One option is to put your AutoCad file in a mxd and to publish this mxd with ArcGIS Server...

Later you can display your drawings using ArcGISDynamicmapServiceLayer in the SL Application.

if you want user add autocad drawings in SL directly , esei silverlight API have no official support  for shape files , i do not think there is something for autocad....

0 Kudos
yousofothman
Deactivated User

thank you

i let user to add shape file

but now i want him to add Autocad layer

i think there is a way to do it

0 Kudos
yousofothman
Deactivated User

no one has idea

0 Kudos
AhmedEl-Sisi
Deactivated User

You can develop a geoprocessing tool that converts the CAD file to Featureset for and display it on Map as a Graphics layer.

yousofothman
Deactivated User

good idea

thank you

0 Kudos