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


IDistanceMeasurement.ElevationAngle Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IDistanceMeasurement.ElevationAngle Property

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

Product Availability

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

See Also

IDistanceMeasurement Interface