This document is archived and information here might be outdated.  Recommended version.


IDrLoader.Load Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDrLoader Interface > IDrLoader.Load Method
ArcGIS Developer Help

IDrLoader.Load Method

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.

See Also

IDrLoader Interface