Responder Developer Guide
Distance Method


Syntax
'Declaration
 
Public Shared Function Distance( _
   ByVal p1 As Point, _
   ByVal p2 As Point _
) As Double
'Usage
 
Dim p1 As Point
Dim p2 As Point
Dim value As Double
 
value = MouseTracker.Distance(p1, p2)
public static double Distance( 
   Point p1,
   Point p2
)

Parameters

p1
p2
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MouseTracker Class
MouseTracker Members

 

 


Send Comment