DbGeometry.Distance(DbGeometry) Method

Definition

Computes the distance between the closest points in this DbGeometry value and another DbGeometry value.

public:
 Nullable<double> Distance(System::Data::Spatial::DbGeometry ^ other);
public double? Distance (System.Data.Spatial.DbGeometry other);
member this.Distance : System.Data.Spatial.DbGeometry -> Nullable<double>
Public Function Distance (other As DbGeometry) As Nullable(Of Double)

Parameters

other
DbGeometry

The geometry value for which the distance from this value should be computed.

Returns

A double value that specifies the distance between the two closest points in this geometry value and other.

Exceptions

Applies to