ArcFM Server Developer Guide
GetSnapPoint Method (FeatureUtilities)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Syntax
'Declaration
 
Public Function GetSnapPoint( _
   ByVal point As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal map As ESRI.ArcGIS.Carto.IMapServer, _
   ByVal tolerance As Double _
) As ESRI.ArcGIS.Geometry.IPoint
'Usage
 
Dim instance As FeatureUtilities
Dim point As ESRI.ArcGIS.Geometry.IPoint
Dim map As ESRI.ArcGIS.Carto.IMapServer
Dim tolerance As Double
Dim value As ESRI.ArcGIS.Geometry.IPoint
 
value = instance.GetSnapPoint(point, map, tolerance)
public ESRI.ArcGIS.Geometry.IPoint GetSnapPoint( 
   ESRI.ArcGIS.Geometry.IPoint point,
   ESRI.ArcGIS.Carto.IMapServer map,
   double tolerance
)

Parameters

point
map
tolerance
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