This document is archived and information here might be outdated.  Recommended version.


IDistanceMeasurement.AzimuthAngle Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDistanceMeasurement Interface > IDistanceMeasurement.AzimuthAngle Property
ArcGIS Developer Help

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(
  System.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