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