CADability dotNET
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)
Returns the distance of the two points
Namespace: CADabilityAssembly: 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 ) |