I want to create renderer to fill the lines like what ArcGIS pro does in the picture below(Picture stroke).
Is it possible? I could not find example code for it. Can someone help please....
I found a way to make it. I am not sure if this the proper way..
SimpleRenderer r0 = new SimpleRenderer();
PictureMarkerSymbolLayer symbolLayer = new PictureMarkerSymbolLayer(picture);
MultilayerPolylineSymbol symbol = new MultilayerPolylineSymbol(new[] { symbolLayer }) { Width = 10d, };
r0.Symbol = symbol;
Thanks for confirmation..
That is the right way.
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.