IGeoLocatableDistance Method

Gets the distance from this IGeoLocatable to another IGeoLocatable

Definition

Namespace: InnerDrive.Geography
Assembly: InnerDrive.Geography (in InnerDrive.Geography.dll) Version: 5.2.9017.0
C#
Length Distance(
	IGeoLocatable destination
)

Parameters

destination  IGeoLocatable
The IGeoLocatable to which to find the distance.

Return Value

Length
The Length (distance) from this IGeoLocatable to destination.

Remarks

The Elevation is not considered in the calculation.

See Also