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