ArcObjects Library Reference (GeoAnalyst)  

IRasterAnalysisEnvironment.DefaultOutputVectorPrefix Property

The default output vector prefix.

[Visual Basic .NET]
Public Property DefaultOutputVectorPrefix As String
[C#]
public string DefaultOutputVectorPrefix {get; set;}
[C++]
HRESULT get_DefaultOutputVectorPrefix(
  BSTR* vectorPrefix
);
[C++]
HRESULT put_DefaultOutputVectorPrefix(
  BSTR vectorPrefix
);
[C++]

Parameters

vectorPrefix [out, retval]   vectorPrefix is a parameter of type BSTR vectorPrefix [in]   vectorPrefix 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 Shapefiles during analysis.

See Also

IRasterAnalysisEnvironment Interface