This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHeightMeasurement Interface > IHeightMeasurement.AzimuthAngleAtTop Property (ArcObjects .NET 10.5 SDK) |
The object's top azimuth angle.
[Visual Basic .NET] Public Property AzimuthAngleAtTop As Double
[C#] public double AzimuthAngleAtTop {get; set;}
[C++]
HRESULT get_AzimuthAngleAtTop(
double* pAzimuthAngleAtTop
);
[C++]
HRESULT put_AzimuthAngleAtTop(
double pAzimuthAngleAtTop
);
[C++]
Parameters pAzimuthAngleAtTop [out, retval] pAzimuthAngleAtTop is a parameter of type double pAzimuthAngleAtTop [in] pAzimuthAngleAtTop is a parameter of type double