ArcGIS Developer Help  (GeoDatabase)    

ITopologyRuleContainer.DeleteRule Method

Deletes a topology rule.

[Visual Basic 6.0]
Sub DeleteRule(
    ByVal Rule As ITopologyRule _
)
[Visual Basic .NET]
Public Sub DeleteRule ( _
    ByVal Rule As ITopologyRule _
)
[C#]
public void DeleteRule (
    ITopologyRule Rule
);
[Java]
public void deleteRule (
    ITopologyRule Rule
)
throws
    IOException,
    AutomationException
[C++]
HRESULT DeleteRule(
  ITopologyRule* Rule
);
[C++]

Parameters

Rule [in]

  Rule is a parameter of type ITopologyRule

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

Removes the specified rule from the topology.  DeleteRule will remove any associated topology errors and will not result in the creation of a dirty area, nor will the state of the topology change.

See Also

ITopologyRuleContainer Interface

Example

DeleteRule Example

 


Feedback Send feedback on this page