IDistanceMeasurement Interface

Distance measurement and its associated uncertainty information.

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.

IDistanceMeasurement.AngularUnit Property

The angular unit of the distance measurment.

Public Property AngularUnit As String
public string AngularUnit {get; set;}

IDistanceMeasurement.AzimuthAngle Property

The azimuth angle of the distance measurement.

Public Property AzimuthAngle As Double
public double AzimuthAngle {get; set;}

IDistanceMeasurement.AzimuthAngleUncertainty Property

The uncertainty of the azimuth angle measurement.

Public Property AzimuthAngleUncertainty As Double
public double AzimuthAngleUncertainty {get; set;}

IDistanceMeasurement.DistanceMeasurement Property

The distance measurement.

Public Property DistanceMeasurement As Double
public double DistanceMeasurement {get; set;}

IDistanceMeasurement.DistanceUncertainty Property

The uncertainty of the diatance measurement.

Public Property DistanceUncertainty As Double
public double DistanceUncertainty {get; set;}

IDistanceMeasurement.ElevationAngle Property

The elevation angle of the distance measurement.

Public Property ElevationAngle As Double
public double ElevationAngle {get; set;}

IDistanceMeasurement.ElevationAngleUncertainty Property

The uncertainty of the elevation angle measurement.

Public Property ElevationAngleUncertainty As Double
public double ElevationAngleUncertainty {get; set;}

IDistanceMeasurement.HeightAtPoint1 Property

The height measurement at the first point.

Public Property HeightAtPoint1 As Double
public double HeightAtPoint1 {get; set;}

IDistanceMeasurement.HeightAtPoint2 Property

The height measurement at the second point.

Public Property HeightAtPoint2 As Double
public double HeightAtPoint2 {get; set;}

IDistanceMeasurement.HorizontalDistanceMeasurement Property

The horizontal distance measurement.

Public Property HorizontalDistanceMeasurement As Double
public double HorizontalDistanceMeasurement {get; set;}

IDistanceMeasurement.HorizontalDistanceUncertainty Property

The horizontal distance measurement uncertainty.

Public Property HorizontalDistanceUncertainty As Double
public double HorizontalDistanceUncertainty {get; set;}

IDistanceMeasurement.LinearUnit Property

The linear unit of this distance measurment.

Public Property LinearUnit As String
public string LinearUnit {get; set;}

IDistanceMeasurement.Reset Method

Resets all the properties of this IAngularMeasurement to their default values.

Public Sub Reset ( _
)
public void Reset (
);

IDistanceMeasurement.VerticalDistanceMeasurement Property

The vertical distance measurement.

Public Property VerticalDistanceMeasurement As Double
public double VerticalDistanceMeasurement {get; set;}

IDistanceMeasurement.VerticalDistanceUncertainty Property

The vertical distance measurement uncertainty.

Public Property VerticalDistanceUncertainty As Double
public double VerticalDistanceUncertainty {get; set;}

Classes that implement IDistanceMeasurement

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

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.