This document is archived and information here might be outdated.  Recommended version.


IGeometricNetwork.DeleteRule Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

IGeometricNetwork.DeleteRule Method

Removes the rule from the set of rules.

[Visual Basic .NET]
Public Sub DeleteRule ( _
    ByVal Rule As IConnectivityRule _
)
[C#]
public void DeleteRule (
    IConnectivityRule Rule
);
[C++]
HRESULT DeleteRule(
  IConnectivityRule* Rule
);
[C++]

Parameters Rule [in]
Rule is a parameter of type IConnectivityRule

Product Availability

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

See Also

IGeometricNetwork Interface