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;
That is the right way.
Thanks for confirmation..
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.