ArcObjects Library Reference (DataSourcesRaster)  

IBasicRasterSdeConnection Interface

Provides access to members that control the RasterSDE connection.

Product Availability

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

Description

IBasicRasterSdeConnection allows you to set up the ArcSDE connection information before loading or manipulating raster dataset in ArcSDE.  This interface is used internally and is not recommended in ArcGIS 9.x. Please see IRasterWorkspace or IRasterWorkspaceEx instead.

Members

Description
Read/write property Database The database name.
Read/write property InputBitMaskName The input 1-bit raster dataset name to be used as mask.
Read/write property InputRasterName The input raster dataset name.
Read/write property Instance The server instance.
Read/write property MaskRaster The input raster mask to be loaded to SDE.
Read/write property Password The password.
Read/write property Raster The input raster to be loaded to SDE.
Read/write property SdeRasterName The output raster dataset name.
Write-only property SdeWorkspaceName The SDE Connection, set through WorkspaceName object.
Read/write property ServerName The server name.
Read/write property UserName The username.

CoClasses that implement IBasicRasterSdeConnection

CoClasses and Classes Description
BasicRasterSdeLoader A mechanism to control creation of SDE Raster datasets and load raster data.
RasterSdeLoader (esriDataSourcesRasterUI) A mechanism to control creation of SDE Raster datasets and load raster data.

See Also

BasicRasterSdeLoader Class