Hello Esri Team & Community,
I need help creating a tangent curve. I only have two length (arc length and chord length) and a tangent bearing.
I need help with finding an equivalent API in ArcGIS Pro. In ArcObject, we have:
/// <summary>Constructs an arc with a common tangent to the input segment, a given chord length and an arc length.</summary>
[MethodImpl(MethodImplOptions.InternalCall, MethodCodeType = MethodCodeType.Runtime)]
void ConstructTangentChordArc(
[MarshalAs(UnmanagedType.Interface)] ISegment Segment,
bool atStart,
bool isCCW,
double chordDistance,
double arcDistance);
Would you guys happen to know?
Thank you,
Trushar