ESRI.ArcGIS.EditingTools
Snap Constructor(Object,Object)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.EditingTools Namespace > Snap Class > Snap Constructor : Snap Constructor(Object,Object)




in_features
The input features whose vertices will be snapped to the vertices, edges, or end points of other features. The input features can be points, multipoints, lines, or polygons. (In, Required)
snap_environment
Snapping Environment Components: (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_features As Object, _
   ByVal snap_environment As Object _
)
Visual Basic (Usage)Copy Code
Dim in_features As Object
Dim snap_environment As Object
 
Dim instance As Snap(in_features, snap_environment)
C# 
public Snap( 
   object in_features,
   object snap_environment
)

Parameters

in_features
The input features whose vertices will be snapped to the vertices, edges, or end points of other features. The input features can be points, multipoints, lines, or polygons. (In, Required)
snap_environment
Snapping Environment Components: (In, Required)

See Also

© 2010 All Rights Reserved.