ArcObjects Library Reference (DataSourcesRaster)  

IDistanceMeasurement.AzimuthAngle Property

The azimuth angle of the distance measurement.

[Visual Basic .NET]
Public Property AzimuthAngle As Double
[C#]
public double AzimuthAngle {get; set;}
[C++]
HRESULT get_AzimuthAngle(
  double* pAzimuthAngle
);
[C++]
HRESULT put_AzimuthAngle(
  double pAzimuthAngle
);
[C++]

Parameters

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

Product Availability

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

See Also

IDistanceMeasurement Interface