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


Creates a new empty topology. The topology will not contain any feature classes or rules. Use the Add Feature Class To Topology and the Add Rule To Topology tools to populate the topology with feature classes and rules.If you do not specify a cluster tolerance or enter a value of zero, the default or minimum cluster tolerance will be applied to the new topology. The default cluster tolerance is derived from the precision of the spatial reference of the feature dataset in which you are creating the topology.

Syntax

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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.CreateTopology

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also