ArcObjects Library Reference (GeoDatabase)  

ITinTriangle.SlopeRadians Property

The slope of the specified triangle in radians.

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

Parameters

pSlope [out, retval]   pSlope is a parameter of type double

Product Availability

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

See Also

ITinTriangle Interface