I have a mosaic dataset with new boundary. I would like to clip the footprint with the new boundary (deleting polygons outside the new boundary and update the geometry of others).
I found this example: ProConcepts Raster · Esri/arcgis-pro-sdk Wiki · GitHub that looks like exactly what I need.
Copy & paste this into my code does not work, the MosaicDataset is not in any library.
What is the best way to do it?
Thanks