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




Copies features from the input feature class or layer to a new feature class. If the input is a layer which has a selection, only the selected features will be copied. If the input is a geodatabase feature class or shapefile, all features will be copied.

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

See Also

© 2010 All Rights Reserved.