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


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

ITinTriangle.AspectDegrees Property

The aspect of the specified triangle in degrees.

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

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

Product Availability

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

Description

The aspect is the compass direction of the steepest downhill slope of the triangle. A value of 0 degrees is due north, 90 degrees due east, 180 degrees due south, 270 degrees due west, etc.

See Also

ITinTriangle Interface