This document is archived and information here might be outdated. Recommended version. |
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
Load a list of raster datasets to the raster catalog, the list contains raster dataset with full pathname and it is delimited by newline.