This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IA > IAttributeRule Interface > IAttributeRule.Validate Method (ArcObjects .NET 10.4 SDK) |
Validates the rule.
[Visual Basic .NET] Public Function Validate ( _ ByVal Row As IRow, _ ByRef errorMessage As String _ ) As Boolean
[C#] public bool Validate ( IRow Row, ref string errorMessage );
[C++]
HRESULT Validate(
IRow* Row,
BSTR* errorMessage,
VARIANT_BOOL* isValid
);
[C++]
Parameters Row [in]
Row is a parameter of type IRow errorMessage [out] errorMessage is a parameter of type BSTR isValid [out, retval] isValid is a parameter of type VARIANT_BOOL