ArcObjects Library Reference (DataSourcesRaster)  

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