ESRI.ArcGIS.DataManagementTools
RemoveRuleFromTopology Constructor(Object,String)
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.DataManagementTools Namespace > RemoveRuleFromTopology Class > RemoveRuleFromTopology Constructor : RemoveRuleFromTopology Constructor(Object,String)




in_topology
The topology from which to remove a rule. This is the full path to the topology layer on disk, NOT the topology layer name in map. (In, Required)
in_rule
The topology rule to remove from the topology. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal in_topology As Object, _
   ByVal in_rule As String _
)
Visual Basic (Usage)Copy Code
Dim in_topology As Object
Dim in_rule As String
 
Dim instance As RemoveRuleFromTopology(in_topology, in_rule)
C# 
public RemoveRuleFromTopology( 
   object in_topology,
   string in_rule
)

Parameters

in_topology
The topology from which to remove a rule. This is the full path to the topology layer on disk, NOT the topology layer name in map. (In, Required)
in_rule
The topology rule to remove from the topology. (In, Required)

See Also

© 2010 All Rights Reserved.