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


Adds a new feature class to a topology. This new feature class can be empty or may contain existing features. The new feature class must be in the same feature dataset as the topology.Versioned feature classes cannot be added to a topology.

Syntax

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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.AddFeatureClassToTopology

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also