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 );
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.