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


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

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(
  System.String* outputName
);
[C++]
Parameters
outputName [in]

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

Product Availability

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

See Also

IBasicRasterSdeConnection Interface