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


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

ITinSurfaceElement.AspectDegrees Property

The aspect of the element 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.

See Also

ITinSurfaceElement Interface