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


Copies the selected features to a new feature class. If the input features are from a layer which has a selection, then only those features selected for the layer will be copied to the output feature class. If the input features are from a feature class or shapefile, then all features will be copied to the output feature class.

Syntax

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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.CopyFeatures

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also