ArcObjects Library Reference (GeoDatabase)  

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