Constructor that takes all required parameters for geoprocessor execution.
Syntax
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) |
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