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


IGeometricNetwork.DeleteRule Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IG > IGeometricNetwork Interface > IGeometricNetwork.DeleteRule Method
ArcGIS Developer Help

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