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.InputRasterName Property (ArcObjects .NET 10.5 SDK) |
The input raster dataset name.
[Visual Basic .NET] Public Property InputRasterName As String
[C#] public string InputRasterName {get; set;}
[C++]
HRESULT get_InputRasterName(
BSTR* inputName
);
[C++]
HRESULT put_InputRasterName(
BSTR inputName
);
[C++]
Parameters inputName [out, retval] inputName is a parameter of type BSTR inputName [in] inputName is a parameter of type BSTR