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


IGPSAUtil.GetCostPathEnum Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (SpatialAnalyst)  

IGPSAUtil.GetCostPathEnum Method

Gets Cost Path Enum.

[Visual Basic .NET]
Public Function GetCostPathEnum ( _
    ByVal name As String _
) As esriGeoAnalysisPathEnum
[C#]
public esriGeoAnalysisPathEnum GetCostPathEnum (
    string name
);
[C++]
HRESULT GetCostPathEnum(
  BSTR name,
  esriGeoAnalysisPathEnum* pOut
);
[C++]

Parameters name [in] name is a parameter of type BSTR pOut [out, retval]
pOut is a parameter of type esriGeoAnalysisPathEnum

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Spatial Analyst Extension.

See Also

IGPSAUtil Interface