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


IGeodesicSlopeFunctionArguments.SlopeType Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoAnalyst)  

IGeodesicSlopeFunctionArguments.SlopeType Property

The slope type.

[Visual Basic .NET]
Public Property SlopeType As esriGeoAnalysisSlopeEnum
[C#]
public esriGeoAnalysisSlopeEnum SlopeType {get; set;}
[C++]
HRESULT get_SlopeType(
  esriGeoAnalysisSlopeEnum* pSlopeType
);
[C++]
HRESULT put_SlopeType(
  esriGeoAnalysisSlopeEnum pSlopeType
);
[C++]

Parameters pSlopeType [out, retval]
pSlopeType is a parameter of type esriGeoAnalysisSlopeEnum* pSlopeType [in]
pSlopeType is a parameter of type esriGeoAnalysisSlopeEnum

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGeodesicSlopeFunctionArguments Interface