This document is archived and information here might be outdated. Recommended version. |
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*