CADability dotNET
Returns the distance of the two points

Namespace: CADability
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public static double operator |(
	GeoPoint p1,
	GeoPoint p2
)
Visual Basic
Public Shared Operator Or ( _
	p1 As GeoPoint, _
	p2 As GeoPoint _
) As Double
Visual C++
public:
static double operator |(
	GeoPoint p1, 
	GeoPoint p2
)

Parameters

p1
Type: CADability..::..GeoPoint
first point
p2
Type: CADability..::..GeoPoint
second point

Return Value

the distance

See Also