Polygon measurement and its associated uncertainty information.
Members
Name | Description | |
---|---|---|
AreaMeasurement | The area measurement. | |
AreaUncertainty | The area measurement uncertainty. | |
LinearUnit | The linear unit of this area measurment. | |
PerimeterMeasurement | The perimeter measurement. | |
PerimeterUncertainty | The perimeter measurement uncertainty. | |
Reset | Resets all the properties of this IPolygonMeasurement to their default values. |
IPolygonMeasurement.AreaMeasurement Property
The area measurement.
Public Property AreaMeasurement As Double
public double AreaMeasurement {get; set;}
IPolygonMeasurement.AreaUncertainty Property
The area measurement uncertainty.
Public Property AreaUncertainty As Double
public double AreaUncertainty {get; set;}
IPolygonMeasurement.LinearUnit Property
The linear unit of this area measurment.
Public Property LinearUnit As String
public string LinearUnit {get; set;}
IPolygonMeasurement.PerimeterMeasurement Property
The perimeter measurement.
Public Property PerimeterMeasurement As Double
public double PerimeterMeasurement {get; set;}
IPolygonMeasurement.PerimeterUncertainty Property
The perimeter measurement uncertainty.
Public Property PerimeterUncertainty As Double
public double PerimeterUncertainty {get; set;}
IPolygonMeasurement.Reset Method
Resets all the properties of this IPolygonMeasurement to their default values.
Public Sub Reset ( _
)
public void Reset (
);
Classes that implement IPolygonMeasurement
Classes | Description |
---|---|
PolygonMeasurement | Implements interface IPolygonMeasurement (polygon measurement and its associated uncertainty information). |