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


IBasicRasterSdeConnection Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBasicRasterSdeConnection Interface
ArcGIS Developer Help

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

Name 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.

Classes that implement IBasicRasterSdeConnection

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

RasterSdeLoader Class | BasicRasterSdeLoader Class