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


IValidate.GetInvalidRulesByField 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.GetInvalidRulesByField Method
ArcGIS Developer Help

IValidate.GetInvalidRulesByField Method

The set of all invalid rules for the specified field.

[Visual Basic .NET]
Public Function GetInvalidRulesByField ( _
    ByVal FieldName As String _
) As IEnumRule
[C#]
public IEnumRule GetInvalidRulesByField (
    string FieldName
);
[C++]
HRESULT GetInvalidRulesByField(
  BSTR FieldName
);
[C++]
Parameters
FieldName [in]

FieldName is a parameter of type BSTR

Product Availability

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

Description

The GetInvalidRulesByField method returns an enumerator of rules violated by the specified field of the row.

See Also

IValidate Interface