ArcFM Solution Developer Guide
Snap Method (MMArcFMComplexJunctionFeatureClass)


Syntax
'Declaration
 
Public Overridable Function Snap( _
   ByVal point As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal tolerance As System.Double _
) As System.Boolean
'Usage
 
Dim instance As MMArcFMComplexJunctionFeatureClass
Dim point As ESRI.ArcGIS.Geometry.IPoint
Dim tolerance As System.Double
Dim value As System.Boolean
 
value = instance.Snap(point, tolerance)
public virtual System.bool Snap( 
   ESRI.ArcGIS.Geometry.IPoint point,
   System.double tolerance
)

Parameters

point
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

MMArcFMComplexJunctionFeatureClass Class
MMArcFMComplexJunctionFeatureClass Members

 

 


Send Comment