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