Select to view content in your preferred language

IConstructCircularArc ArcGIS Pro SDK Reference To Construct a Circular Arc using From Point and Tangent Line

775
2
05-21-2021 05:01 AM
sudhansuMishra
Emerging Contributor
I'm trying to construct a smooth circular arc with FromPoint and TangentLine as input parameters using Construction Tool in ArcGIS Pro 2.8. Can someone suggest the respective SDK Reference to be used in constructing the Circular arc.
0 Kudos
2 Replies
Wolf
by Esri Regular Contributor
Esri Regular Contributor

You can try this method:  ArcGIS Pro 2.8 API Reference Guide - CreateEllipticArcSegment(Double,Double,Coordinate2D,Double,Spat...

There is a sample snippet in the method description.

sudhansuMishra
Emerging Contributor

Thank you for reply

0 Kudos