ArcFM Server Developer Guide
GetSnapPoint Method


Point at which to search for an actual point to snap to.
The current map.
The distance (in map units) within which to search for a point to snap to.
Get a point on a linear feature at which the trace will start.
Syntax
'Declaration
 
Public Function GetSnapPoint( _
   ByVal point As IPoint, _
   ByVal map As ESRI.ArcGIS.Carto.IMapServer, _
   ByVal tolerance As Double _
) As IPoint
'Usage
 
Dim instance As FeatureUtilities
Dim point As IPoint
Dim map As ESRI.ArcGIS.Carto.IMapServer
Dim tolerance As Double
Dim value As IPoint
 
value = instance.GetSnapPoint(point, map, tolerance)
public IPoint GetSnapPoint( 
   IPoint point,
   ESRI.ArcGIS.Carto.IMapServer map,
   double tolerance
)

Parameters

point
Point at which to search for an actual point to snap to.
map
The current map.
tolerance
The distance (in map units) within which to search for a point to snap to.

Return Value

The snapped to Point.
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

FeatureUtilities Class
FeatureUtilities Members

 

 


Send Comment