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


IHeightMeasurement.AzimuthAngleAtTop Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHeightMeasurement Interface > IHeightMeasurement.AzimuthAngleAtTop Property
ArcGIS Developer Help

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