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


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

IValidation.DeleteRule Method

Deletes the rule from the set of associated rules.

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

Rule is a parameter of type IRule*

Product Availability

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

Description

This method is deprecated. Use a rule-specific method to delete rules (i.e. IClassSchemaEdit.AlterDomain for attribute rules, IGeometricNetwork.DeleteRule for connectivity rules, IRelationshipClass.DeleteRelationshipRule for relationship rules).

See Also

IValidation Interface