Implement midpoint arrow symbology for (poly)lines

763
1
03-12-2015 03:18 AM
Status: Implemented
MelvynLaily
New Contributor II
We need to represent directed lines in our application, in a similar way to what it's possible to do with ArGIS Engine, but there is currently no way to do so with ArcGIS Runtime (for .Net).

Example with ArcGIS Engine : http://gis.stackexchange.com/questions/76286/how-to-show-polyline-direction-in-arcgis-for-desktop-ar...

This is a big requirement on our side, and there is no easy workaround.
A native way to do that would be greatly appreciated.
1 Comment
LucasDanzinger
Status changed to: Implemented

This is available with our SimpleLineSymbol by setting markerPlacement and markerStyle:

https://developers.arcgis.com/net/wpf/api-reference/html/P_Esri_ArcGISRuntime_Symbology_SimpleLineSy...

https://developers.arcgis.com/net/wpf/api-reference/html/P_Esri_ArcGISRuntime_Symbology_SimpleLineSy... 

 

 

Additionally, you can author your own custom symbols and styles in Pro and consume those in Runtime. Here is an example of that in Qt, but same concepts would apply in .NET https://community.esri.com/t5/arcgis-runtime-sdks-blog/using-custom-pro-symbols-in-arcgis-runtime/ba...