This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IR > IRasterAnalysisEnvironment Interface > IRasterAnalysisEnvironment.DefaultOutputVectorPrefix Property (ArcObjects .NET 10.4 SDK) |
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
The user specified prefix which is included to all temporary output Shapefiles during analysis.