ArcFM Server Developer Guide
FindNearestPoint(IPoint,IFeature) Method


Syntax
'Declaration
 
Public Overloads Shared Function FindNearestPoint( _
   ByVal searchFromPoint As IPoint, _
   ByVal feature As IFeature _
) As IPoint
'Usage
 
Dim searchFromPoint As IPoint
Dim feature As IFeature
Dim value As IPoint
 
value = MapUtilities.FindNearestPoint(searchFromPoint, feature)
public static IPoint FindNearestPoint( 
   IPoint searchFromPoint,
   IFeature feature
)

Parameters

searchFromPoint
feature
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

MapUtilities Class
MapUtilities Members
Overload List

 

 


Send Comment