Re-crawls all data source paths associated with selected catalog items for newer data sources and adds these new items to the mosaic dataset.
[Visual Basic .NET] Public Sub AddNewerRasters ( _ ByVal pSelectionParameters As ISelectionParameters, _ ByVal pTrackCancel As ITrackCancel _ )
[C#] public void AddNewerRasters ( ISelectionParameters pSelectionParameters, ITrackCancel pTrackCancel );
[C++]
HRESULT AddNewerRasters(
ISelectionParameters* pSelectionParameters,
ITrackCancel* pTrackCancel
);
[C++]Parameters
pSelectionParameters [in]pSelectionParameters is a parameter of type ISelectionParameters
pTrackCancel [in]pTrackCancel is a parameter of type ITrackCancel
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.