IPolygonMeasurement Interface

Polygon measurement and its associated uncertainty information.

Members

Name Description
Read/write property AreaMeasurement The area measurement.
Read/write property AreaUncertainty The area measurement uncertainty.
Read/write property LinearUnit The linear unit of this area measurment.
Read/write property PerimeterMeasurement The perimeter measurement.
Read/write property PerimeterUncertainty The perimeter measurement uncertainty.
Method 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).

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