Click or drag to resize
GeCoordinateDistanceTo Method (GeCoordinate, Boolean)
Returns 2D or 3D distance between current coordinate and the specified coordinate.

Namespace: FDF.Common.Geometries
Assembly: FDF.Common (in FDF.Common.dll) Version: 3.0.0.0
Syntax
public GeLength DistanceTo(
	GeCoordinate other,
	bool isPlanar
)

Parameters

other
Type: FDF.Common.GeometriesGeCoordinate
isPlanar
Type: SystemBoolean

Return Value

Type: GeLength
Remarks