This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinTriangle Interface > ITinTriangle.AspectDegrees Property (ArcObjects .NET 10.5 SDK) |
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
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.