Draw a oval around a polyline

601
2
Jump to solution
08-06-2020 10:16 PM
EricJing
New Contributor III

I am wondering how to draw a oval around a polyline as below...

The blue one is the polyline stored in mmpk, I need to draw a oval around it on a GraphicOverlay....

Can someone please help? Thanks...

0 Kudos
1 Solution

Accepted Solutions
dotMorten_esri
Esri Notable Contributor
2 Replies
dotMorten_esri
Esri Notable Contributor

Take a look at the buffer method:
GeometryEngine.Buffer Method (Geometry, Double) 

EricJing
New Contributor III

Great....Thanks....So quick reply...

0 Kudos