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


ITinTriangle.SlopeDegrees Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinTriangle Interface > ITinTriangle.SlopeDegrees Property
ArcGIS Developer Help

ITinTriangle.SlopeDegrees Property

The slope of the specified triangle in degrees.

[Visual Basic .NET]
Public ReadOnly Property SlopeDegrees As Double
[C#]
public double SlopeDegrees {get;}
[C++]
HRESULT get_SlopeDegrees(
  System.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 SlopeDegrees will be >= 0 and < 90. A slope of 100% is equivalent to 45 degrees (1 unit change in Z for 1 unit change in XY).

See Also

ITinTriangle Interface