Select to view content in your preferred language

Using Route Event Layers

716
2
Jump to solution
10-19-2012 02:52 AM
IkerBerasaluce
Occasional Contributor
Hello,
I am starting a new development in which I have to use the ArcGIS Desktop tool 'Route Event Layer'.
I have been searching for a while, but I can't find any useful information. I am searching for the function I need to execute in order to get the temporal layer with the part defined for the selected line.
Can this be accomplished this with the silverlight API?
Is there any kind of example I can use?
Thank you.
0 Kudos
1 Solution

Accepted Solutions
DominiqueBroux
Esri Frequent Contributor
Generally speaking, the geoprocessing Tools can be used in Silverlight by using the geoprocessor object (sample).

So, you should be able to use the 'Make Route Event Layer' tool from Silverlight.

That being said, if your question is more related to the way to configure a tool to get the expected result, you might get better answers by posting your question on Desktop or Geoprocessing forum.

View solution in original post

0 Kudos
2 Replies
DominiqueBroux
Esri Frequent Contributor
Generally speaking, the geoprocessing Tools can be used in Silverlight by using the geoprocessor object (sample).

So, you should be able to use the 'Make Route Event Layer' tool from Silverlight.

That being said, if your question is more related to the way to configure a tool to get the expected result, you might get better answers by posting your question on Desktop or Geoprocessing forum.
0 Kudos
IkerBerasaluce
Occasional Contributor
Hello,
I'll take a look to the geoprocessor object and see if I can find something useful.
Thank you.
0 Kudos