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


Deletes features from the input feature class or layer. If the input features is a layer, only the selected features will be deleted. If the input features 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

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also