![]()  | 
                    
                         This document is archived and information here might be outdated. Recommended version.  | 
                
Loads all raster datasets in a given name list file into a raster catalog.
[Visual Basic .NET] Public Sub LoadDatasets ( _ ByVal Catalog As String, _ ByVal namelist As String, _ ByVal pCancelTracker As ITrackCancel _ )
[C#] public void LoadDatasets ( string Catalog, string namelist, ITrackCancel pCancelTracker );
[C++]
HRESULT LoadDatasets(
  BSTR Catalog,
  BSTR namelist,
  ITrackCancel* pCancelTracker
);
[C++] Parameters Catalog [in]
Catalog is a parameter of type BSTR namelist [in]
namelist is a parameter of type BSTR pCancelTracker [in]
pCancelTracker is a parameter of type ITrackCancel*