ArcObjects Library Reference (DataSourcesRaster)  

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(
  BSTR inputName
);
[C++]

Parameters

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

Product Availability

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

See Also

IBasicRasterSdeConnection Interface