NodeDistance(IGeoLocatable) Method

Gets the distance from this Node to another Node

Definition

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

Parameters

destination  IGeoLocatable
The Node to which to find the distance.

Return Value

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

Implements

IGeoLocatableDistance(IGeoLocatable)

Remarks

The Height is not considered in the calculation.

See Also