This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISurface Interface > ISurface.GetSlopePercent Method (ArcObjects .NET 10.4 SDK) |
Returns the slope at the specified location in percent.
[Visual Basic .NET] Public Function GetSlopePercent ( _ ByVal pPoint As IPoint _ ) As Double
[C#] public double GetSlopePercent ( IPoint pPoint );
[C++]
HRESULT GetSlopePercent(
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