This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IH > IHeightMeasurement Interface > IHeightMeasurement.GroundProjectedAzimuthAngle Property (ArcObjects .NET 10.5 SDK) |
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