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


Adds a new rule to a topology.There are many topology rules that you can add to your topology. The rules you choose depend on the spatial relationships that are most important to maintain for the feature classes that participate in the topology.Some topology rules govern the relationships of features within a given feature class, while others govern the relationships between features in two different feature classes. Topology rules can also be defined between subtypes of features in one or another feature class.Topology rules are organized based on the geometry type of the origin feature class (polygon, line, or point). The origin feature class is the first feature class specified when adding the rule.

Syntax

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

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.DataManagementTools.AddRuleToTopology

Requirements

Target Platforms:Windows XP Professional, Windows Server 2003 family

See Also