ArcObjects Library Reference (DataSourcesRaster)  

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