I have a mosaic dataset (file geodatabase) with an additional field added to it (id that is integer) and I'm trying to accomplish in ArcPy what I can do manually--which is:
If AddRastersToMosaicDataset_management returned objectids, I could manually set it via an update cursor but I don't see how to get that value.
Is it possible from ArcPy to update a custom field on a Mosaic Dataset?
أكثر...
- Add a new raster (single tif file) to the mosaic dataset in the file geodatabase.
- Set the additional field to a value.
If AddRastersToMosaicDataset_management returned objectids, I could manually set it via an update cursor but I don't see how to get that value.
Is it possible from ArcPy to update a custom field on a Mosaic Dataset?
أكثر...