This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IValidate Interface > IValidate.GetInvalidRules Method (ArcObjects .NET 10.5 SDK) |
The set of all invalid rules.
[Visual Basic .NET] Public Function GetInvalidRules ( _ ) As IEnumRule
[C#] public IEnumRule GetInvalidRules ( );
[C++]
HRESULT GetInvalidRules(
IEnumRule** invalidRules
);
[C++]
Parameters invalidRules [out, retval]
invalidRules is a parameter of type IEnumRule
The GetInvalidRules method returns an enumerator of rules that are currently violated by the row.