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


IGPSAUtil.GetSlopeEnum Method (ArcObjects .NET 10.6 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
);
[C++]

Parameters name [in]
name is a parameter of type BSTR

Product Availability

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

See Also

IGPSAUtil Interface