Show Navigation | Hide Navigation
You are here:
Geoprocessing tool reference > Data Management toolbox > Topology toolset > Tools

Remove Rule from Topology (Data Management) (ArcInfo and ArcEditor only)

Release 9.2
Last modified November 29, 2010
E-mail This Topic Printable Version Give Us Feedback

Print all topics in : "Tools"


Related Topics

Removes a rule from a topology.


Usage tips

Command line syntax
An overview of the Command Line window
RemoveRuleFromTopology_management <in_topology> <in_rule>

Parameter Explanation Data Type
<in_topology>

The topology from which you want to remove a rule.

Topology
<in_rule>

The topology rule you want to remove from the topology.

String
Data types for geoprocessing tool parameters


Command line example

RemoveRuleFromTopology D:\Calgary\Trans.mdb\Streets\Street_Topo Must Not Intersect Or Touch Interior (5)

Scripting syntax
About getting started with writing geoprocessing scripts
RemoveRuleFromTopology_management (in_topology, in_rule)

Parameter Explanation Data Type
in_topology (Required)

The topology from which you want to remove a rule.

Topology
in_rule (Required)

The topology rule you want to remove from the topology.

String

Data types for geoprocessing tool parameters


Script example

import arcgisscripting
gp = arcgisscripting.create()

Output_Topology = "C:/Datasets/TestGPTopology.mdb/LegalFabric/topo1"
topo1 = "C:/Datasets/TestGPTopology.mdb/LegalFabric/topo1"
gp.RemoveRuleFromTopology_management(topo1, "Must Not Have Dangles (2:1)", )

Please visit the Feedback page to comment or give suggestions on ArcGIS Desktop Help.
Copyright © Environmental Systems Research Institute, Inc.