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


IHeightMeasurement.AzimuthAngleAtBase 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.AzimuthAngleAtBase Property
ArcGIS Developer Help

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