This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterCatalogLoader Interface > IRasterCatalogLoader.Load Method (ArcObjects .NET 10.4 SDK) |
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