This document is archived and information here might be outdated.  Recommended version.


IDrLoader.LoadDatasets Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDrLoader Interface > IDrLoader.LoadDatasets Method
ArcGIS Developer Help

IDrLoader.LoadDatasets Method

Loads all datasets in a name list into a given raster catalog.

[Visual Basic .NET]
Public Sub LoadDatasets ( _
    ByVal Catalog As String, _
    ByVal namelist As String _
)
[C#]
public void LoadDatasets (
    string Catalog,
    string namelist
);
[C++]
HRESULT LoadDatasets(
  BSTR Catalog,
  BSTR namelist
);
[C++]
Parameters
Catalog [in]

Catalog is a parameter of type BSTR namelist [in]
namelist is a parameter of type BSTR

Product Availability

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

Description

Load a list of raster datasets to the raster catalog, the list contains raster dataset with full pathname and it is delimited by newline.

See Also

IDrLoader Interface