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


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

IHeightMeasurement.GroundProjectedAzimuthAngle Property

The object's ground projected azimuth angle.

[Visual Basic .NET]
Public Property GroundProjectedAzimuthAngle As Double
[C#]
public double GroundProjectedAzimuthAngle {get; set;}
[C++]
HRESULT get_GroundProjectedAzimuthAngle(
  System.Double* pGroundPrjAzimuthAngle
);
[C++]
HRESULT put_GroundProjectedAzimuthAngle(
  double pGroundPrjAzimuthAngle
);
[C++]
Parameters
pGroundPrjAzimuthAngle [out, retval]

pGroundPrjAzimuthAngle is a parameter of type double* pGroundPrjAzimuthAngle [in]
pGroundPrjAzimuthAngle is a parameter of type double

Product Availability

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

See Also

IHeightMeasurement Interface