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


IHeightMeasurement.AzimuthAngleAtBase Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IHeightMeasurement.AzimuthAngleAtBase Property

The object's base azimuth angle.

[Visual Basic .NET]
Public Property AzimuthAngleAtBase As Double
[C#]
public double AzimuthAngleAtBase {get; set;}
[C++]
HRESULT get_AzimuthAngleAtBase(
  System.Double* pAzimuthAngleAtBase
);
[C++]
HRESULT put_AzimuthAngleAtBase(
  double pAzimuthAngleAtBase
);
[C++]

Parameters pAzimuthAngleAtBase [out, retval]
pAzimuthAngleAtBase is a parameter of type double* pAzimuthAngleAtBase [in]
pAzimuthAngleAtBase is a parameter of type double

Product Availability

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

See Also

IHeightMeasurement Interface