![]() |
This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDistanceMeasurement Interface > IDistanceMeasurement.ElevationAngle Property (ArcObjects .NET 10.4 SDK) |
The elevation angle of the distance measurement.
[Visual Basic .NET] Public Property ElevationAngle As Double
[C#] public double ElevationAngle {get; set;}
[C++]
HRESULT get_ElevationAngle(
double* pElevationAngle
);
[C++]
HRESULT put_ElevationAngle(
double pElevationAngle
);
[C++]
Parameters pElevationAngle [out, retval] pElevationAngle is a parameter of type double pElevationAngle [in] pElevationAngle is a parameter of type double