ArcFM Desktop Developer Guide
SnappedEdgeFeature Method (GeometryFeatureSnap)


Syntax
'Declaration
 
Public Function SnappedEdgeFeature( _
   ByVal x As Integer, _
   ByVal y As Integer _
) As IFeature
'Usage
 
Dim instance As GeometryFeatureSnap
Dim x As Integer
Dim y As Integer
Dim value As IFeature
 
value = instance.SnappedEdgeFeature(x, y)
public IFeature SnappedEdgeFeature( 
   int x,
   int y
)

Parameters

x
y
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

GeometryFeatureSnap Class
GeometryFeatureSnap Members

 

 


Send Comment