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




The feature classes to be integrated. When the distance between features is small in comparison to the tolerance the vertices or points will be clustered (moved to be coincident). The feature class or layer with the lower rank will snap to the feature from the feature class or layer with the higher rank (with 1 being a higher rank than 2). Note that features in the feature class with a rank of 1 may move when a large x,y tolerance is used. (In, Required)

Syntax

Visual Basic (Declaration) 
Public Property in_features As Object
Visual Basic (Usage)Copy Code
Dim instance As Integrate
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.