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


IGeodesicSlopeFunctionArguments.SlopeType Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GeoAnalyst > ESRI.ArcGIS.GeoAnalyst > Interfaces > IG > IGeodesicSlopeFunctionArguments Interface > IGeodesicSlopeFunctionArguments.SlopeType Property
ArcGIS Developer Help

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