ArcFM Desktop Developer Guide
PointsGeographicallyEqual Method


Syntax
'Declaration
 
Public Shared Function PointsGeographicallyEqual( _
   ByVal point1 As IPoint, _
   ByVal point2 As IFeature _
) As Boolean
'Usage
 
Dim point1 As IPoint
Dim point2 As IFeature
Dim value As Boolean
 
value = TraceClickHandler.PointsGeographicallyEqual(point1, point2)
public static bool PointsGeographicallyEqual( 
   IPoint point1,
   IFeature point2
)

Parameters

point1
point2
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

TraceClickHandler Class
TraceClickHandler Members

 

 


Send Comment