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


IHeightMeasurement.AzimuthAngleAtTop Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IHeightMeasurement.AzimuthAngleAtTop Property

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

Product Availability

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

See Also

IHeightMeasurement Interface