ArcObjects Library Reference (DataSourcesRaster)  

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