Hi,
We have created two symbols using the ArcGIS Pro. One contains a layer of solid line and another layer of triangle shape placed at the end of line (make it look like an arrow). Another symbol has a single layer of solid line with arrow effect. Both of the symbols are stored in a style file.
When we programmatically apply these symbols (based on the attribute info of the feature) in an application created using ArcGIS Maps SDK for .NET (Framework) it appears as intended at certain zoom level, but as we zoom in to the feature the symbols appear broken and distorted.
I would appreciate it if anyone came across the same issue and has a solution. Do let me know if further info is required on the issue.
Environment:
ArcGIS Pro 3.1
ArcGIS SDK for .NET 200
.NET framework 4.8.1
Thank you,
Sukhesh Krishna.
Could you share some examples of what you see, and what you expect? Also could be helpful if you can share the symbol definition (for instance use symbol.ToJson), or even better share a sample that demonstrates the problem.