Select to view content in your preferred language

Linear Breadcrumbs

2179
1
03-25-2011 12:06 PM
centuitcentuit
Emerging Contributor
I have a polyline with 2 Vertex (starting and ending points), I would like to
create linear breadcrumbs between those 2 points.
Does anyone can guide me or show me how to calculate this.
I am using Silverlight 4 ArcGIS for Microsoft Silverlight/WPF Version 2.2 Beta

Thanks
0 Kudos
1 Reply
JenniferNery
Esri Regular Contributor
Do you mean create dotted line symbol? If yes, you can look at the Symbol Gallery for Basic Line Symbols. You may use CartographicLineSymbol and update DashArray property. http://help.arcgis.com/en/webapi/silverlight/apiref/ESRI.ArcGIS.Client~ESRI.ArcGIS.Client.Symbols.Ca...

http://help.arcgis.com/en/webapi/silverlight/samples/SymbolGalleryWeb/start.htm
0 Kudos