The default output raster prefix.
[Visual Basic .NET] Public Property DefaultOutputRasterPrefix As String
[C#] public string DefaultOutputRasterPrefix {get; set;}
[C++]
HRESULT get_DefaultOutputRasterPrefix(
BSTR* rasterPrefix
);
[C++]
HRESULT put_DefaultOutputRasterPrefix(
BSTR rasterPrefix
);
[C++]Parameters
rasterPrefix [out, retval] rasterPrefix is a parameter of type BSTR rasterPrefix [in] rasterPrefix is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The user specified prefix which is included to all temporary output RasterDatasets during analysis.