ArcFM Server Developer Guide
Snap Method (D8ConstructionComplexJunctionFeatureClass)


Syntax
'Declaration
 
Public Overridable Function Snap( _
   ByVal point As ESRI.ArcGIS.Geometry.IPoint, _
   ByVal tolerance As Double _
) As Boolean
'Usage
 
Dim instance As D8ConstructionComplexJunctionFeatureClass
Dim point As ESRI.ArcGIS.Geometry.IPoint
Dim tolerance As Double
Dim value As Boolean
 
value = instance.Snap(point, tolerance)
public virtual bool Snap( 
   ESRI.ArcGIS.Geometry.IPoint point,
   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

D8ConstructionComplexJunctionFeatureClass Class
D8ConstructionComplexJunctionFeatureClass Members

 

 


Send Comment