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




in_topology
The topology to which the new rule will be added. (In, Required)
rule_type
The topology rule to be added. For a complete list of the rules and what they do, see the tool's help page. (In, Required)
in_featureclass
The input or origin feature class. (In, Required)
Constructor that takes all required parameters for geoprocessor execution.

Syntax

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

Parameters

in_topology
The topology to which the new rule will be added. (In, Required)
rule_type
The topology rule to be added. For a complete list of the rules and what they do, see the tool's help page. (In, Required)
in_featureclass
The input or origin feature class. (In, Required)

See Also

© 2010 All Rights Reserved.