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


IExpression.IsValid Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IE > IExpression Interface > IExpression.IsValid Method
ArcGIS Developer Help

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
);
[C++]
Parameters
pTable [in]

pTable is a parameter of type ITable*

Product Availability

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

See Also

IExpression Interface