This document is archived and information here might be outdated. Recommended version. |
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(
System.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.