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


ITinTriangle.SlopePercent Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

ITinTriangle.SlopePercent Property

The slope of the specified triangle in percent.

[Visual Basic .NET]
Public ReadOnly Property SlopePercent As Double
[C#]
public double SlopePercent {get;}
[C++]
HRESULT get_SlopePercent(
  double* pSlope
);
[C++]

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

Product Availability

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

Description

Slope is the steepness of the triangle. The value of SlopePercent will be >= 0 and < infinity. A slope of 100% is equivalent to 45 degrees (1 unit change in Z for 1 unit change in XY).

See Also

ITinTriangle Interface