buffer around polyline

2934
1
Jump to solution
07-14-2015 05:03 PM
PeterBennett
New Contributor

Hello All,

Is it possible to create a buffer around a line or just points?

Or maybe offset a line to left and right and then union left and right part?

Please advice

Best Regards

0 Kudos
1 Solution

Accepted Solutions
AsserSwelam1
Occasional Contributor

Hi Peter,

Sure it is, you can create buffer for any geometry Point, Line or Polygon. The Esri.ArcGISRuntime.Geometry.GeometryEngine.Buffer use any type of geometry to create buffer for.

Thanks,

Asser

View solution in original post

0 Kudos
1 Reply
AsserSwelam1
Occasional Contributor

Hi Peter,

Sure it is, you can create buffer for any geometry Point, Line or Polygon. The Esri.ArcGISRuntime.Geometry.GeometryEngine.Buffer use any type of geometry to create buffer for.

Thanks,

Asser

0 Kudos