ArcObjects Library Reference (GeoDatabase)  

ITinTriangle.AspectRadians Property

The aspect of the specified triangle in radians.

[Visual Basic .NET]
Public ReadOnly Property AspectRadians As Double
[C#]
public double AspectRadians {get;}
[C++]
HRESULT get_AspectRadians(
  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

ITinTriangle Interface