ESRI.ArcGIS.DataManagementTools
DeleteFeatures Class
Members  See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace : DeleteFeatures Class




Deletes features from the input feature class or layer. If the input is a layer with a selection, only the selected features will be deleted. If the input is a geodatabase feature class or shapefile, all features will be deleted.

Syntax

Visual Basic (Declaration) 
Public Class DeleteFeatures 
   Implements IGPProcess 
Visual Basic (Usage)Copy Code
Dim instance As DeleteFeatures
C# 
public class DeleteFeatures : IGPProcess  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.DeleteFeatures

See Also

© 2010 All Rights Reserved.