This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDrLoader Interface > IDrLoader.Load Method (ArcObjects .NET 10.5 SDK) |
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.