This document is archived and information here might be outdated. Recommended version. |
The default output raster prefix.
[Visual Basic .NET]
Public Property DefaultOutputRasterPrefix As String
[C#]
public string DefaultOutputRasterPrefix {get; set;}
[C++]
HRESULT get_DefaultOutputRasterPrefix(
System.String* 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
The user specified prefix which is included to all temporary output RasterDatasets during analysis.