IHeightMeasurement Interface

Height measurement and the associated uncertainty information.

Members

Name Description
Read/write property AngularUnit The angular unit of this height measurment.
Read/write property AzimuthAngleAtBase The object's base azimuth angle.
Read/write property AzimuthAngleAtTop The object's top azimuth angle.
Read/write property GroundProjectedAzimuthAngle The object's ground projected azimuth angle.
Read/write property HeightMeasurement The height measurement.
Read/write property HeightUncertainty The height measurement uncertainty.
Read/write property LinearUnit The linear unit of this height measurment.
Read/write property MinimumDistance The minimum distance between the two points measured.
Method Reset Resets all the properties of this IHeightMeasurement to their default values.
Read/write property ShadowAzimuthAngle The object's shadow azimuth angle.

IHeightMeasurement.AngularUnit Property

The angular unit of this height measurment.

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

IHeightMeasurement.AzimuthAngleAtBase Property

The object's base azimuth angle.

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

IHeightMeasurement.AzimuthAngleAtTop Property

The object's top azimuth angle.

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

IHeightMeasurement.GroundProjectedAzimuthAngle Property

The object's ground projected azimuth angle.

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

IHeightMeasurement.HeightMeasurement Property

The height measurement.

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

IHeightMeasurement.HeightUncertainty Property

The height measurement uncertainty.

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

IHeightMeasurement.LinearUnit Property

The linear unit of this height measurment.

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

IHeightMeasurement.MinimumDistance Property

The minimum distance between the two points measured.

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

IHeightMeasurement.Reset Method

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

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

IHeightMeasurement.ShadowAzimuthAngle Property

The object's shadow azimuth angle.

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

Classes that implement IHeightMeasurement

Classes Description
HeightMeasurement Implements interface IHeightMeasurement (height measurement and its 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.