This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDistanceMeasurement Interface > IDistanceMeasurement.AzimuthAngle Property (ArcObjects .NET 10.5 SDK) |
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