How can i smooth polylines

1132
2
06-30-2017 11:41 PM
PradeepS
New Contributor

Hi,

I am new to arcgis, We are developing an offline application using WPF ( runtime : 10.2.7 ). How can draw smooth polylines? I am attaching an image which shows polylines, but it looks not good, It would be better if it has smooth lines.

Sorry for my english.

Thanks in advance.

Thanks,

siva

0 Kudos
2 Replies
MichaelBranscomb
Esri Frequent Contributor

Hi,

You're using ArcGIS Runtime SDK for .NET - I moved your post to this forum. Also, instead of using 10.2.7, if possible I would recommend upgrading to the v100 series (v100.1 just released). There isn't a specific line smoothing function in the API currently, but you might find the GeometryEngine Generalize operation provides the desired effect? 

v100.1: GeometryEngine.Generalize Method 

v10.2.7: GeometryEngine.Generalize Method 

Cheers

Mike

0 Kudos
PradeepS
New Contributor

Thank you Mike.

0 Kudos