ArcFM Server Developer Guide
GetTempMarkSnapPoint 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 point feature at which a temporary mark will be placed.
Syntax
'Declaration
 
Public Function GetTempMarkSnapPoint( _
   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.GetTempMarkSnapPoint(point, map, tolerance)
public IPoint GetTempMarkSnapPoint( 
   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