Hello,
The Mosaic Data Set (MDS) is your answer. You do not need to use a Raster Dataset at all or create a new MDS.
1. Copy received source orthoimagery to a folder location.
2. Open one of the source files in a GIS client like ArcGIS Pro.
2a. Check the image tile attributes and record them for reference later.
3. Open your existing MDS
4. Select Add Rasters
4a. In the Add Rasters To Mosaic Dataset window specify Input Data Folder > enter the folder location were you put your orthoimagery tiles.
5. Set options as desired.
6. Run
In our MDS, I have added attributes that allow time control. This helps users visualize your data above and beyond the use of ZOrder. Here's what we use for time domain fields:
- DateBegin ( type: esriFieldTypeDate, alias: DateBegin, length: 8 )
- DateEnd ( type: esriFieldTypeDate, alias: DateEnd, length: 8 )
- DateIntBegin ( type: esriFieldTypeSmallInteger, alias: DateInBegin )
- DateIntEnd ( type: esriFieldTypeSmallInteger, alias: DateIntEnd )