Select to view content in your preferred language

How to take the advantage of the add-ins of ArcGIS in the Viewer Silverlight?

1905
2
Jump to solution
01-04-2013 12:08 PM
JamalNUMAN
Legendary Contributor
How to take the advantage of the add-ins of ArcGIS in the Viewer Silverlight?

I got a very powerful add-in (from very brilliant instructor) that searches any layer based on up to three fields with a functions to zoom to the found values.

[ATTACH=CONFIG]20463[/ATTACH]

How such tool can be plugged in the Silverlight?

Thank you

Best

Jamal
----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
0 Kudos
1 Solution

Accepted Solutions
AlexeyTereshenkov
Deactivated User
Hi,

The logic behind ArcGIS Viewer for Silverlight Add-in and ArcGIS for Desktop Add-in is quite different. There is no way you could use the add-in from Desktop in Silverlight Viewer directly. Neither can you "recompile" the add-in to match Silverlight standards.

You will need to write an Silverlight Viewer add-in from scratch (or by using samples). Naturally you could take the idea behind Desktop add-in (written in C# or VB, for instance) and then use it as a reference when writing Silvelight add-in using ArcGIS API for Silverlight.

View solution in original post

0 Kudos
2 Replies
AlexeyTereshenkov
Deactivated User
Hi,

The logic behind ArcGIS Viewer for Silverlight Add-in and ArcGIS for Desktop Add-in is quite different. There is no way you could use the add-in from Desktop in Silverlight Viewer directly. Neither can you "recompile" the add-in to match Silverlight standards.

You will need to write an Silverlight Viewer add-in from scratch (or by using samples). Naturally you could take the idea behind Desktop add-in (written in C# or VB, for instance) and then use it as a reference when writing Silvelight add-in using ArcGIS API for Silverlight.
0 Kudos
JamalNUMAN
Legendary Contributor
Hi,

The logic behind ArcGIS Viewer for Silverlight Add-in and ArcGIS for Desktop Add-in is quite different. There is no way you could use the add-in from Desktop in Silverlight Viewer directly. Neither can you "recompile" the add-in to match Silverlight standards.

You will need to write an Silverlight Viewer add-in from scratch (or by using samples). Naturally you could take the idea behind Desktop add-in (written in C# or VB, for instance) and then use it as a reference when writing Silvelight add-in using ArcGIS API for Silverlight.


Many thanks for the answer Alexey

Never be easy for non-developers as well!

Best

Jamal
----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
0 Kudos