ArcObjects Library Reference  (GeoDatabase)    

IValidate.GetInvalidRulesByField Method

The set of all invalid rules for the specified field.

[Visual Basic 6.0]
Function GetInvalidRulesByField(
    ByVal FieldName As String _
) As IEnumRule
[Visual Basic .NET]
Public Function GetInvalidRulesByField ( _
    ByVal FieldName As String _
) As IEnumRule
[C#]
public IEnumRule GetInvalidRulesByField (
    string FieldName
);
[Java]
public IEnumRule getInvalidRulesByField (
    String FieldName
)
throws
    IOException,
    AutomationException
[C++]
HRESULT GetInvalidRulesByField(
  BSTR FieldName,
  IEnumRule** invalidRules
);
[C++]

Parameters

FieldName [in]

  FieldName is a parameter of type BSTR

invalidRules [out, retval]

  invalidRules is a parameter of type IEnumRule

Product Availability

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

Description

GetInvalidRulesByField function returns a IEnumRule object that contains all of the invalid rules associated with the FieldName parameter for the given row object.

See Also

IValidate Interface

 


Feedback Send feedback on this page