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


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

IRasterCatalogLoader.Load Method

Loads all raster datasets in a given directory into a raster catalog.

[Visual Basic .NET]
Public Sub Load ( _
    ByVal Catalog As String, _
    ByVal Directory As String, _
    ByVal pCancelTracker As ITrackCancel _
)
[C#]
public void Load (
    string Catalog,
    string Directory,
    ITrackCancel pCancelTracker
);
[C++]
HRESULT Load(
  BSTR Catalog,
  BSTR Directory,
  ITrackCancel* pCancelTracker
);
[C++]
Parameters
Catalog [in]

Catalog is a parameter of type BSTR Directory [in]
Directory is a parameter of type BSTR pCancelTracker [in]
pCancelTracker is a parameter of type ITrackCancel*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRasterCatalogLoader Interface