DataManagementTools
AddRuleToTopology Constructor(Object,String,Object)
See Also  Send Feedback
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 that will be applied to the input feature class(es). (In, Required)
in_featureclass
The input or origin feature class for the topology rule. (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 New 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 that will be applied to the input feature class(es). (In, Required)
in_featureclass
The input or origin feature class for the topology rule. (In, Required)

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.