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


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

IBasicRasterSdeConnection.InputRasterName Property

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

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

Product Availability

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

See Also

IBasicRasterSdeConnection Interface