Hi,
Just wondering can we achieved the following Clip Analysis in ArcGIS Pro https://pro.arcgis.com/en/pro-app/3.1/tool-reference/analysis/clip.htm using Maps SDK for Javascript.
I did try to use the geometryEngine clip API but it only accept extent only which make the clip works for rectangle AOI polygon. If I used non-rectangle polygon I can't get a clip geometry based on my AOI polygon.
Does geometryEngine.intersect not produce the results you're looking for?