ArcObjects Library Reference (Carto)  

IExpression.IsValid Method

Check the validity of the expression.

[Visual Basic .NET]
Public Function IsValid ( _
    ByVal pTable As ITable _
) As Boolean
[C#]
public bool IsValid (
    ITable pTable
);
[C++]
HRESULT IsValid(
  ITable* pTable,
  VARIANT_BOOL* Valid
);
[C++]

Parameters

pTable [in]

  pTable is a parameter of type ITable

Valid [out, retval]   Valid is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IExpression Interface