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


ISurface.GetSlopeRadians Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISurface Interface > ISurface.GetSlopeRadians Method
ArcGIS Developer Help

ISurface.GetSlopeRadians Method

Returns the slope at the specified location in radians.

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

pPoint is a parameter of type IPoint*

Product Availability

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

See Also

ISurface Interface