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


IDistanceMeasurement Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > ID > IDistanceMeasurement Interface
ArcGIS Developer Help

IDistanceMeasurement Interface

Distance measurement and its associated uncertainty information.

Product Availability

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

Members

Name Description
Read/write property AngularUnit The angular unit of the distance measurment.
Read/write property AzimuthAngle The azimuth angle of the distance measurement.
Read/write property AzimuthAngleUncertainty The uncertainty of the azimuth angle measurement.
Read/write property DistanceMeasurement The distance measurement.
Read/write property DistanceUncertainty The uncertainty of the diatance measurement.
Read/write property ElevationAngle The elevation angle of the distance measurement.
Read/write property ElevationAngleUncertainty The uncertainty of the elevation angle measurement.
Read/write property HeightAtPoint1 The height measurement at the first point.
Read/write property HeightAtPoint2 The height measurement at the second point.
Read/write property HorizontalDistanceMeasurement The horizontal distance measurement.
Read/write property HorizontalDistanceUncertainty The horizontal distance measurement uncertainty.
Read/write property LinearUnit The linear unit of this distance measurment.
Method Reset Resets all the properties of this IAngularMeasurement to their default values.
Read/write property VerticalDistanceMeasurement The vertical distance measurement.
Read/write property VerticalDistanceUncertainty The vertical distance measurement uncertainty.

Classes that implement IDistanceMeasurement

Classes Description
DistanceMeasurement Implements interface IDistanceMeasurement (distance measurement and the associated uncertainty information).