ArcObjects Library Reference (DefenseSolutions)  

IMeasurementTool.Angle Property

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

[Visual Basic .NET]
Public Property Angle As Double
[C#]
public double Angle {get; set;}
[C++]
HRESULT get_Angle(
  double* pdDegreesCWFromNorth
);
[C++]
HRESULT put_Angle(
  double pdDegreesCWFromNorth
);
[C++]

Parameters

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

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMeasurementTool Interface

.NET Snippets

Get Azimuth from Two Points