ArcObjects Library Reference (DefenseSolutions)  

IMeasurementTool.ReverseAngle Property

Angle at ToPoint of Geoline connecting FromPoint in degrees, clockwise from north.

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

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMeasurementTool Interface