ArcObjects Library Reference (DataSourcesRaster)  

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

.NET Related Topics

DataSourcesRaster