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


IGPSAUtil.GetSlopeEnum Method (ArcObjects .NET 10.5 SDK)
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