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


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

IValidate.GetInvalidRules Method

The set of all invalid rules.

[Visual Basic .NET]
Public Function GetInvalidRules ( _
) As IEnumRule
[C#]
public IEnumRule GetInvalidRules (
);
[C++]
HRESULT GetInvalidRules(
void
);

Product Availability

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

Description

The GetInvalidRules method returns an enumerator of rules that are currently violated by the row.

See Also

IValidate Interface