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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Description
Perform the loading of raster datasets to the raster catalog.