Angular measurement and its associated uncertainty information.
Members
Name | Description | |
---|---|---|
AngleMeasurement | The angular measurment. | |
AngleUncertainty | The angular measurment uncertainty. | |
AngularUnit | The angular unit of this angular measurment object. | |
HeightAtPoint1 | The height measurement at the first point. | |
HeightAtPoint2 | The height measurement at the second point. | |
LinearUnit | The linear unit of this angular measurment. | |
Reset | Resets all the properties of this IAngularMeasurement to their default values. |
IAngularMeasurement.AngleMeasurement Property
The angular measurment.
Public Property AngleMeasurement As Double
public double AngleMeasurement {get; set;}
IAngularMeasurement.AngleUncertainty Property
The angular measurment uncertainty.
Public Property AngleUncertainty As Double
public double AngleUncertainty {get; set;}
IAngularMeasurement.AngularUnit Property
The angular unit of this angular measurment object.
Public Property AngularUnit As String
public string AngularUnit {get; set;}
IAngularMeasurement.HeightAtPoint1 Property
The height measurement at the first point.
Public Property HeightAtPoint1 As Double
public double HeightAtPoint1 {get; set;}
IAngularMeasurement.HeightAtPoint2 Property
The height measurement at the second point.
Public Property HeightAtPoint2 As Double
public double HeightAtPoint2 {get; set;}
IAngularMeasurement.LinearUnit Property
The linear unit of this angular measurment.
Public Property LinearUnit As String
public string LinearUnit {get; set;}
IAngularMeasurement.Reset Method
Resets all the properties of this IAngularMeasurement to their default values.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IAngularMeasurement
Classes | Description |
---|---|
AngularMeasurement | Implements interface IAngularMeasurement (angular measurement and the associated uncertainty information). |