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


ISurface.GetSlopeDegrees Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

ISurface.GetSlopeDegrees Method

Returns the slope at the specified location in degrees.

[Visual Basic .NET]
Public Function GetSlopeDegrees ( _
    ByVal pPoint As IPoint _
) As Double
[C#]
public double GetSlopeDegrees (
    IPoint pPoint
);
[C++]
HRESULT GetSlopeDegrees(
  IPoint* pPoint,
  double* pSlope
);
[C++]

Parameters pPoint [in]
pPoint is a parameter of type IPoint pSlope [out, retval] pSlope is a parameter of type double

Product Availability

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

See Also

ISurface Interface