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


IBasicRasterSdeConnection.Raster Property (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 > IBasicRasterSdeConnection.Raster Property
ArcGIS Developer Help

IBasicRasterSdeConnection.Raster Property

The input raster to be loaded to SDE.

[Visual Basic .NET]
Public Property Raster As IRaster
[C#]
public IRaster Raster {get; set;}
[C++]
HRESULT get_Raster(
  IRaster** Raster
);
[C++]
HRESULT putref_Raster(
  IRaster* Raster
);
[C++]
Parameters
Raster [out, retval]

Raster is a parameter of type IRaster** Raster [in]
Raster is a parameter of type IRaster*

Product Availability

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

See Also

IBasicRasterSdeConnection Interface