ArcObjects Library Reference (SpatialAnalyst)  

IGPSAUtil.GetSlopeEnum Method

Gets Slope Enum.

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

Parameters

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

  pOut is a parameter of type esriGeoAnalysisSlopeEnum

Product Availability

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

See Also

IGPSAUtil Interface