ArcObjects Library Reference (DataSourcesRaster)  

IDrLoader.RasterCatalogLoader Property

The raster catalog loader to be distributed.

[Visual Basic .NET]
Public Property RasterCatalogLoader As IRasterCatalogLoader
[C#]
public IRasterCatalogLoader RasterCatalogLoader {get; set;}
[C++]
HRESULT get_RasterCatalogLoader(
  IRasterCatalogLoader** ppLoader
);
[C++]
HRESULT putref_RasterCatalogLoader(
  IRasterCatalogLoader* ppLoader
);
[C++]

Parameters

ppLoader [out, retval]

  ppLoader is a parameter of type IRasterCatalogLoader

ppLoader [in]

  ppLoader is a parameter of type IRasterCatalogLoader

Product Availability

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

Description

The RasterCatalogLoader to be distributed among the available ArcGIS containers. The storage parameters can be specified for the loader to instruct how the data will be stored in the geodatabase, also whether the data will be transformed or projected can be set.

See Also

IDrLoader Interface