Distance Method (ICoordinateSystem)
In This Topic
Gets the distance, in meters, between two points in the unit of this coordinate system.
Syntax
'Declaration
Function Distance( _
ByVal As C1.Win.Interop.Point, _
ByVal As C1.Win.Interop.Point _
) As Double
double Distance(
C1.Win.Interop.Point ,
C1.Win.Interop.Point
)
Parameters
- longLat1
- The first point.
- longLat2
- The second point.
Return Value
The meters between the given two points.
See Also