ESRI.ArcGIS.EditingTools
in_features Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.EditingTools Namespace > Snap Class : in_features Property




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)

Syntax

Visual Basic (Declaration) 
Public Property in_features As Object
Visual Basic (Usage)Copy Code
Dim instance As Snap
Dim value As Object
 
instance.in_features = value
 
value = instance.in_features
C# 
public object in_features {get; set;}

See Also

© 2010 All Rights Reserved.