This document is archived and information here might be outdated. Recommended version. |
Loads all datasets in a directory into a given raster catalog.
[Visual Basic .NET]
Public Sub Load ( _
ByVal Catalog As String, _
ByVal Directory As String _
)
[C#]
public void Load (
string Catalog,
string Directory
);
[C++]
HRESULT Load(
BSTR Catalog,
BSTR Directory
);
[C++] Parameters Catalog [in]
Catalog is a parameter of type BSTR Directory [in]
Directory is a parameter of type BSTR
Perform the loading of raster datasets to the raster catalog.