This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDistanceMeasurement Interface > IDistanceMeasurement.ElevationAngleUncertainty Property (ArcObjects .NET 10.5 SDK) |
The uncertainty of the elevation angle measurement.
[Visual Basic .NET] Public Property ElevationAngleUncertainty As Double
[C#] public double ElevationAngleUncertainty {get; set;}
[C++]
HRESULT get_ElevationAngleUncertainty(
double* pElevAngleUncertainty
);
[C++]
HRESULT put_ElevationAngleUncertainty(
double pElevAngleUncertainty
);
[C++]
Parameters pElevAngleUncertainty [out, retval] pElevAngleUncertainty is a parameter of type double pElevAngleUncertainty [in] pElevAngleUncertainty is a parameter of type double