ArcObjects Library Reference (DataSourcesRaster)  

IRasterCatalogLoader.LoadDatasets Method

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterCatalogLoader Interface