This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IB > IBasicRasterSdeConnection Interface > IBasicRasterSdeConnection.SdeRasterName Property (ArcObjects .NET 10.5 SDK) |
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