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


BasicRasterSdeLoader Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Classes > B > BasicRasterSdeLoader Class
ArcGIS Developer Help

BasicRasterSdeLoaderClass Class

A mechanism to control creation of SDE Raster datasets and load raster data.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Extended Error Information

Use the ISupportErrorInfo method InterfaceSupportsErrorInfo to determine if the object supports extended error information. If the object supports extended error info, VC++ developers should use the OLE/COM IErrorInfo interface to access the ErrorInfo object. Visual Basic developers should use the global error object Err to retrieve this extended error information.

Interfaces

Interfaces Description
IBasicRasterSdeConnection Provides access to members that control the RasterSDE connection.
IRasterSdeCatalog Provides access to members that control the RasterSDE connection.
IRasterSdeServerOperation Provides access to members that control the RasterSDE operation.
IRasterSdeServerOperation2 Provides access to members that control the RasterSDE operation.
IRasterSdeStorage Provides access to members that control RasterSDE storage.
IRasterSdeStorage2 Provides access to members that control RasterSDE storage.
ISupportErrorInfo (esriSystem)

Remarks

RasterSdeLoader creates an 8.x raster dataset or raster catalog in ArcSDE, it is not recommended to be used in ArcGIS 9.x

See Also

RasterSdeLoader Class