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


IRasterAnalysisEnvironment.DefaultOutputRasterPrefix Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisEnvironment.DefaultOutputRasterPrefix Property

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.

See Also

IRasterAnalysisEnvironment Interface