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


IBasicRasterSdeConnection.SdeRasterName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IBasicRasterSdeConnection.SdeRasterName Property

The output raster dataset name.

[Visual Basic .NET]
Public Property SdeRasterName As String
[C#]
public string SdeRasterName {get; set;}
[C++]
HRESULT get_SdeRasterName(
  BSTR* outputName
);
[C++]
HRESULT put_SdeRasterName(
  BSTR outputName
);
[C++]

Parameters outputName [out, retval] outputName is a parameter of type BSTR outputName [in] outputName is a parameter of type BSTR

Product Availability

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

See Also

IBasicRasterSdeConnection Interface